Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 9d1030b

Browse files
mgolCaerusKaru
authored andcommitted
test: enable autoWatch in karma.conf.js (#70)
* without this change `npm test` fires up Karma but does nothing further with it
1 parent 8f4bcc7 commit 9d1030b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ module.exports = function (config) {
5555
port: 9876,
5656
colors: true,
5757
logLevel: config.LOG_INFO,
58-
autoWatch: false,
58+
autoWatch: true,
5959
browsers: ['CustomChrome'],
6060
singleRun: false
61-
})
61+
});
6262
};

0 commit comments

Comments
 (0)