Skip to content

Commit 777ac20

Browse files
committed
chore(karma): setup singlerun for CI builds
1 parent 5725fe2 commit 777ac20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ module.exports = function (config) {
3838
logLevel: config.LOG_INFO,
3939
autoWatch: true,
4040
browsers: ['PhantomJS'],
41-
singleRun: true
41+
singleRun: false
4242
});
4343
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"ng": "ng",
77
"start": "ng serve",
88
"build": "ng build",
9-
"test": "ng test",
9+
"test": "ng test --single-run true",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e",
1212
"rest": "bookmonkey-api"

0 commit comments

Comments
 (0)