Skip to content

Commit bc0025d

Browse files
committed
use mocha reporter in dev, dots in prod
1 parent 3c44170 commit bc0025d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default config => {
1313
config.set({
1414
browsers: ['PhantomJS'],
1515
singleRun: !ENV.isDevelopment(),
16-
reporters: ['mocha'],
16+
reporters: [ENV.isDevelopment() ? 'mocha' : 'dots'],
1717
files: [
1818
'./node_modules/phantomjs-polyfill/bind-polyfill.js',
1919
'./test/tests.bundle.js'

0 commit comments

Comments
 (0)