Skip to content

Commit 428aab7

Browse files
committed
debug
1 parent dbd7589 commit 428aab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function(config) {
2626
logLevel: config.LOG_INFO,
2727
autoWatch: true,
2828
browsers: ['ChromeHeadless'],
29-
singleRun: false,
29+
singleRun: true,
3030
restartOnFileChange: true
3131
});
3232
};

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build --stats-json",
8-
"test": "ng test --code-coverage --watch=false --browsers=ChromeHeadless",
8+
"test": "ng test --code-coverage",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
1111
"analyze": "webpack-bundle-analyzer dist/shop/stats.json --mode static --no-open --report ./bundle-report.html"

0 commit comments

Comments
 (0)