Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 89b7cc7

Browse files
Fixed a bug in the Karma script
1 parent bbc05cb commit 89b7cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ function configureSauceLabs (config) {
143143
};
144144

145145
config.reporters.push('saucelabs');
146-
config.browsers = Object.keys(sauceLaunchers);
146+
config.browsers = Object.keys(config.customLaunchers);
147147
}

0 commit comments

Comments
 (0)