Skip to content

Commit b9ef159

Browse files
committed
Fix formatting.
1 parent ff7d01c commit b9ef159

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

karma.conf.ci.js

Lines changed: 5 additions & 5 deletions
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);
@@ -119,10 +119,10 @@ module.exports = function (config) {
119119
colors: true,
120120
logLevel: config.LOG_INFO,
121121
autoWatch: true,
122-
browserDisconnectTimeout : 10000,
123-
browserDisconnectTolerance : 1,
124-
browserNoActivityTimeout : 240000,
125-
captureTimeout : 240000,
122+
browserDisconnectTimeout: 10000,
123+
browserDisconnectTolerance: 1,
124+
browserNoActivityTimeout: 240000,
125+
captureTimeout: 240000,
126126
sauceLabs: {
127127
testName: 'stack-generator unit tests',
128128
recordScreenshots: false,

0 commit comments

Comments
 (0)