We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5725fe2 commit 777ac20Copy full SHA for 777ac20
karma.conf.js
@@ -38,6 +38,6 @@ module.exports = function (config) {
38
logLevel: config.LOG_INFO,
39
autoWatch: true,
40
browsers: ['PhantomJS'],
41
- singleRun: true
+ singleRun: false
42
});
43
};
package.json
@@ -6,7 +6,7 @@
6
"ng": "ng",
7
"start": "ng serve",
8
"build": "ng build",
9
- "test": "ng test",
+ "test": "ng test --single-run true",
10
"lint": "ng lint",
11
"e2e": "ng e2e",
12
"rest": "bookmonkey-api"
0 commit comments