diff options
Diffstat (limited to 'karma-jquery.conf.js')
| -rw-r--r-- | karma-jquery.conf.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/karma-jquery.conf.js b/karma-jquery.conf.js index 236824f7..126b3e1d 100644 --- a/karma-jquery.conf.js +++ b/karma-jquery.conf.js @@ -13,4 +13,6 @@ module.exports = function(config) {        suite: 'jQuery'      }    }); + +  config.sauceLabs.testName = 'AngularJS: jQuery';  }; | 
