Skip to content

Commit

Permalink
fix: add jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 7, 2024
1 parent 9732860 commit 928dfbf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
coverageThreshold: {
global: {
lines: 80,
},
},
};

0 comments on commit 928dfbf

Please sign in to comment.