Skip to content

Commit c8f385e

Browse files
committed
Repair karma
1 parent 5e6055d commit c8f385e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ module.exports = function(config) {
1616
, browsers: [ 'PhantomJS' ]
1717
, captureTimeout: 60000
1818
, singleRun: false
19+
, plugins : [ 'karma-mocha', 'karma-phantomjs-launcher' ]
1920
});
2021
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
, "karma": "*"
3232
, "karma-cli": "*"
3333
, "karma-mocha": "*"
34+
, "karma-phantomjs-launcher": "*"
3435
, "mocha": "*"
3536
, "mocha-lcov-reporter": "0.0.1"
3637
, "simple-assert": "*"

0 commit comments

Comments
 (0)