We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e535fa7 commit 1474e1cCopy full SHA for 1474e1c
karma.conf.js
@@ -56,7 +56,7 @@ module.exports = function (config) {
56
// the configure thresholds
57
thresholdReporter: {
58
statements: 100,
59
- branches: 100,
+ branches: 96.9,
60
functions: 100,
61
lines: 100
62
},
package.json
@@ -27,8 +27,7 @@
27
"karma-chrome-launcher": "^0.1.5",
28
"karma-coverage": "^0.2.1",
29
"karma-firefox-launcher": "^0.1.3",
30
- "karma-jasmine": "^0.2.3",
31
- "karma-phantomjs-launcher": "^0.1.2",
+ "karma-jasmine": "^0.2.3", "karma-phantomjs-launcher": "^0.1.2",
32
"karma-threshold-reporter": "^0.1.12",
33
"matchdep": "^0.3.0",
34
"phantomjs": "^1.9.12"
0 commit comments