Skip to content

Commit db5c2f6

Browse files
committed
feat: force bump
- force publish via semantic-release
1 parent 57db464 commit db5c2f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module.exports = {
44
coverageDirectory: './coverage',
55
coverageThreshold: {
66
global: {
7-
branches: 0,
8-
functions: 0,
9-
lines: 0,
10-
statements: 0
7+
branches: 75,
8+
functions: 75,
9+
lines: 75,
10+
statements: 75
1111
}
1212
},
1313
errorOnDeprecated: true,

0 commit comments

Comments
 (0)