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.
2 parents b00b967 + 693178f commit 48415a8Copy full SHA for 48415a8
karma.conf.js
@@ -23,7 +23,7 @@ module.exports = function (config) {
23
24
frameworks: [
25
'mocha',
26
- 'sinon'
+ 'sinon-chai'
27
],
28
29
files: [
package.json
@@ -58,14 +58,12 @@
58
"isparta-loader": "^0.2.0",
59
"jquery": "^2.1.4",
60
"karma": "^0.13.3",
61
- "karma-chai": "^0.1.0",
62
"karma-chrome-launcher": "^0.2.0",
63
"karma-cli": "^0.1.0",
64
"karma-coverage": "^0.4.2",
65
"karma-coveralls": "^1.1.0",
66
"karma-mocha": "^0.2.0",
67
"karma-mocha-reporter": "^1.0.4",
68
- "karma-sinon": "^1.0.4",
69
"karma-sinon-chai": "^1.0.0",
70
"karma-sourcemap-loader": "^0.3.5",
71
"karma-webpack": "^1.7.0",
0 commit comments