Skip to content

Commit 09281a3

Browse files
committed
🔧 update global check karma file
1 parent bc37e6c commit 09281a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

karma.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ module.exports = function (config) {
3535
},
3636
check: {
3737
global: {
38-
statements: 50,
39-
branches: 50,
40-
functions: 50,
41-
lines: 50,
38+
statements: 80,
39+
branches: 80,
40+
functions: 80,
41+
lines: 80,
4242
},
4343
},
4444
reporters: ['mocha'],

0 commit comments

Comments
 (0)