There was an error while loading. Please reload this page.
1 parent dbd7589 commit 428aab7Copy full SHA for 428aab7
frontend/karma.conf.js
@@ -26,7 +26,7 @@ module.exports = function(config) {
26
logLevel: config.LOG_INFO,
27
autoWatch: true,
28
browsers: ['ChromeHeadless'],
29
- singleRun: false,
+ singleRun: true,
30
restartOnFileChange: true
31
});
32
};
frontend/package.json
@@ -5,7 +5,7 @@
5
"ng": "ng",
6
"start": "ng serve",
7
"build": "ng build --stats-json",
8
- "test": "ng test --code-coverage --watch=false --browsers=ChromeHeadless",
+ "test": "ng test --code-coverage",
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
"analyze": "webpack-bundle-analyzer dist/shop/stats.json --mode static --no-open --report ./bundle-report.html"
0 commit comments