Skip to content

Commit

Permalink
upgrade karma-no-mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 21, 2016
1 parent 030cf80 commit d328c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = function(config) {
'test/browser-fixtures/bdd.js',
'test/acceptance/*.js'
],
karmaMocha: {
mochaDir: __dirname
},
exclude: [
'test/acceptance/http.js',
'test/acceptance/fs.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-expect": "^1.1.2",
"karma-no-mocha": "^1.0.2",
"karma-no-mocha": "^1.1.0",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
Expand Down

0 comments on commit d328c48

Please sign in to comment.