Skip to content

Commit 5b4045b

Browse files
committed
add karma-cli
1 parent 817988b commit 5b4045b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default config => {
6565
stardust: `${paths.src}/index.js`,
6666
},
6767
},
68-
plugins: ENV.isProduction()
68+
plugins: !ENV.isDevelopment()
6969
? [exitPlugin]
7070
: [],
7171
},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"imports-loader": "^0.6.4",
6464
"json-loader": "^0.5.3",
6565
"karma": "^0.13.13",
66+
"karma-cli": "^0.1.1",
6667
"karma-mocha": "^0.2.0",
6768
"karma-mocha-reporter": "^1.1.1",
6869
"karma-phantomjs-launcher": "^0.2.1",

0 commit comments

Comments
 (0)