Skip to content

Commit b577236

Browse files
committed
Fix JSCS warnings
1 parent 53abe5a commit b577236

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
'use strict';
33
if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
44
console.log('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.');
@@ -116,10 +116,10 @@ module.exports = function (config) {
116116
colors: true,
117117
logLevel: config.LOG_INFO,
118118
autoWatch: true,
119-
browserDisconnectTimeout : 10000,
120-
browserDisconnectTolerance : 1,
121-
browserNoActivityTimeout : 240000,
122-
captureTimeout : 240000,
119+
browserDisconnectTimeout: 10000,
120+
browserDisconnectTolerance: 1,
121+
browserNoActivityTimeout: 240000,
122+
captureTimeout: 240000,
123123
sauceLabs: {
124124
testName: 'stacktrace.js unit tests',
125125
recordScreenshots: false,

0 commit comments

Comments
 (0)