Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit b1e46c8

Browse files
committed
build: enable singleRun for local development in Karma so we can use np
Otherwise `np` hangs on the test command.
1 parent 4244946 commit b1e46c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ module.exports = function(config) {
1313
],
1414
browsers: ['PhantomJS'],
1515

16+
singleRun: true,
17+
1618
frameworks: ['browserify', 'mocha'],
1719

1820
reporters: ['spec'],

0 commit comments

Comments
 (0)