e6a2d0e7 by Gary Katsevman

comma

1 parent 83472e3c
...@@ -56,7 +56,7 @@ module.exports = function(config) { ...@@ -56,7 +56,7 @@ module.exports = function(config) {
56 56
57 // custom launchers for sauce labs 57 // custom launchers for sauce labs
58 //define SL browsers 58 //define SL browsers
59 customLaunchers: customLaunchers 59 customLaunchers: customLaunchers,
60 60
61 // Start these browsers, currently available: 61 // Start these browsers, currently available:
62 // - Chrome 62 // - Chrome
......