Skip to content

Commit

Permalink
Fixing sinon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed May 26, 2016
1 parent 7edfa9a commit 00a3f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(config) {

basePath: '',

frameworks: ['mocha', 'sinon-chai'],
frameworks: ['mocha', 'sinon'],

files: [
'test.js'
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"mock",
"mocking"
],
"author": "Matt Zabriskie <mzabriskie@gmail.com> (http://mattzabriskie.com)",
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzabriskie/moxios/issues"
Expand All @@ -33,13 +33,12 @@
"karma-cli": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-sinon-chai": "^1.2.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lolex": "^1.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
Expand Down

0 comments on commit 00a3f0e

Please sign in to comment.