Skip to content

Commit

Permalink
fix: Add karma-mocha dependency, and remove browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
yamikuronue committed Dec 16, 2016
1 parent 88766af commit adf6ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(config) {

// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
frameworks: ['mocha', 'browserify'],
frameworks: ['mocha'],


// list of files / patterns to load in the browser
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"eslint": "^3.12.1",
"eslint-plugin-babel": "^4.0.0",
"karma": "^1.3.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
},
Expand Down

0 comments on commit adf6ccf

Please sign in to comment.