Skip to content

Commit

Permalink
circuit: add expect.assertions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Oct 1, 2024
1 parent 3bb68a1 commit 9d956d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/circuits/tests/byte-mask.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ describe("ByteMask Circuit", () => {
} catch (error) {
expect(error).toBeTruthy();
}

expect.assertions(1);
});
});

0 comments on commit 9d956d3

Please sign in to comment.