Skip to content

Commit 5cc9a7d

Browse files
added missing comma
1 parent 5bb535e commit 5cc9a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/karma.conf.js

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

3939
// Continuous Integration mode
4040
// if true, it capture browsers, run tests and exit
41-
singleRun: false
41+
singleRun: false,
4242

4343
colors: true,
4444

0 commit comments

Comments
 (0)