We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53abe5a commit b577236Copy full SHA for b577236
1 file changed
karma.conf.ci.js
@@ -1,4 +1,4 @@
1
-module.exports = function (config) {
+module.exports = function(config) {
2
'use strict';
3
if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
4
console.log('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.');
@@ -116,10 +116,10 @@ module.exports = function (config) {
116
colors: true,
117
logLevel: config.LOG_INFO,
118
autoWatch: true,
119
- browserDisconnectTimeout : 10000,
120
- browserDisconnectTolerance : 1,
121
- browserNoActivityTimeout : 240000,
122
- captureTimeout : 240000,
+ browserDisconnectTimeout: 10000,
+ browserDisconnectTolerance: 1,
+ browserNoActivityTimeout: 240000,
+ captureTimeout: 240000,
123
sauceLabs: {
124
testName: 'stacktrace.js unit tests',
125
recordScreenshots: false,
0 commit comments