diff options
| author | Johann-S <[email protected]> | 2018-10-29 14:27:55 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-10-29 14:49:29 +0100 |
| commit | 2868f07240874ee2fcd48cc5afc218f6f9331c68 (patch) | |
| tree | e38f76febdb72b27499a8adbaf8150f6c69f6333 | |
| parent | 91f8077ed5cfff2ee61e50a39a25982ef8c4b01f (diff) | |
| download | bootstrap-2868f07240874ee2fcd48cc5afc218f6f9331c68.tar.xz bootstrap-2868f07240874ee2fcd48cc5afc218f6f9331c68.zip | |
update our coverage required for branches and functions
| -rw-r--r-- | js/tests/karma.conf.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/karma.conf.js b/js/tests/karma.conf.js index 807f977d9..a8f81cbb4 100644 --- a/js/tests/karma.conf.js +++ b/js/tests/karma.conf.js @@ -121,8 +121,8 @@ if (bundle) { emitWarning: false, global: { statements: 90, - branches: 84, - functions: 87, + branches: 86, + functions: 89, lines: 90 } } |
