Skip to content

Commit 091b5d7

Browse files
committed
fix karma config
1 parent 824bb30 commit 091b5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
// Continuous Integration mode
7373
// if true, Karma captures browsers, runs the tests and exits
7474
singleRun: false
75-
});
75+
};
7676

7777
if (process.env.TRAVIS) {
7878
configuration.browsers = ['Chrome_travis_ci'];

0 commit comments

Comments
 (0)