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 Sep 8, 2024
1 parent c2408e7 commit 7842fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/circuits/tests/body-masker.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 7842fe5

Please sign in to comment.