We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b429d21 commit a6d55e5Copy full SHA for a6d55e5
jest/jest.config.js
@@ -0,0 +1,10 @@
1
+module.exports = {
2
+ coverageThreshold: {
3
+ global: {
4
+ branches: 80,
5
+ functions: 80,
6
+ lines: 80,
7
+ statements: 80
8
+ }
9
10
+}
0 commit comments