Skip to content

Commit 0d94b97

Browse files
committed
fix(karma.conf): remove unnecessary comma
1 parent 18a02e5 commit 0d94b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ module.exports = function(config) {
4444

4545
// Continuous Integration mode
4646
// if true, it capture browsers, run tests and exit
47-
singleRun: true,
47+
singleRun: true
4848
});
4949
};

0 commit comments

Comments
 (0)