Skip to content

Commit

Permalink
add jest
Browse files Browse the repository at this point in the history
  • Loading branch information
somramnani committed Nov 9, 2023
1 parent 19673b1 commit 31720a8
Show file tree
Hide file tree
Showing 3 changed files with 12,738 additions and 5,935 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
collectCoverage: true,
coverageReporters: ["text", "cobertura"],
};
Loading

0 comments on commit 31720a8

Please sign in to comment.