Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
Bumped karma to 0.13.21 to resolve test hanging issue
Browse files Browse the repository at this point in the history
Described here: karma-runner/karma#1788
  • Loading branch information
Ani committed Mar 6, 2016
1 parent 13d630c commit 8433b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = function(config) {
'PhantomJS',
],
singleRun: true,
autoWatch: false,
});
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jscs": "^2.7.0",
"karma": "^0.13.19",
"karma": "^0.13.21",
"karma-browserify": "^4.4.2",
"karma-chai-plugins": "^0.6.1",
"karma-mocha": "^0.2.1",
Expand Down

0 comments on commit 8433b70

Please sign in to comment.