Skip to content

Commit a6d55e5

Browse files
committed
Add jest config
1 parent b429d21 commit a6d55e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

jest/jest.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)