Skip to content

Commit 8f28b80

Browse files
committed
try Chrome for circleci karma/jasmine tests
1 parent a466517 commit 8f28b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/karma.ciconf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function func(config) {
1414

1515
func.defaultConfig.autoWatch = false;
1616

17-
func.defaultConfig.browsers = ['Firefox'];
17+
func.defaultConfig.browsers = ['Chrome'];
1818

1919
config.set(func.defaultConfig);
2020
}

0 commit comments

Comments
 (0)