We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8c976 + c8f385e commit c866adfCopy full SHA for c866adf
2 files changed
karma.conf.js
@@ -16,5 +16,6 @@ module.exports = function(config) {
16
, browsers: [ 'PhantomJS' ]
17
, captureTimeout: 60000
18
, singleRun: false
19
+ , plugins : [ 'karma-mocha', 'karma-phantomjs-launcher' ]
20
});
21
};
package.json
@@ -22,14 +22,16 @@
22
"test": "make test"
23
}
24
, "dependencies": {
25
- "type-detect": "0.1.1"
+ "type-detect": "0.1.2"
26
27
, "devDependencies": {
28
"component": "*"
29
, "coveralls": "2.0.16"
30
, "jscoverage": "0.3.7"
31
- , "karma": "0.10.x"
+ , "karma": "*"
32
+ , "karma-cli": "*"
33
, "karma-mocha": "*"
34
+ , "karma-phantomjs-launcher": "*"
35
, "mocha": "*"
36
, "mocha-lcov-reporter": "0.0.1"
37
, "simple-assert": "*"
0 commit comments