Skip to content

Commit 0fe0fff

Browse files
test(karma): config singleRun: true
1 parent 2701346 commit 0fe0fff

File tree

2 files changed

+2479
-730
lines changed

2 files changed

+2479
-730
lines changed

karma.conf.js

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

0 commit comments

Comments
 (0)