Skip to content

Commit 81e2c7f

Browse files
committed
Fix formatting.
1 parent 6f3dafd commit 81e2c7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

karma.conf.ci.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = function (config) {
1+
module.exports = function(config) {
22
if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
33
console.log('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.');
44
process.exit(1);
@@ -112,10 +112,10 @@ module.exports = function (config) {
112112
colors: false,
113113
logLevel: config.LOG_INFO,
114114
autoWatch: false,
115-
browserDisconnectTimeout : 10000,
116-
browserDisconnectTolerance : 1,
117-
browserNoActivityTimeout : 240000,
118-
captureTimeout : 240000,
115+
browserDisconnectTimeout: 10000,
116+
browserDisconnectTolerance: 1,
117+
browserNoActivityTimeout: 240000,
118+
captureTimeout: 240000,
119119
sauceLabs: {
120120
testName: 'stackframe unit tests',
121121
recordScreenshots: false,

0 commit comments

Comments
 (0)