1
0
Fork 0

Made karma.conf again jenkins compatible

This commit is contained in:
Michael Hackstein 2014-11-06 13:41:48 +00:00
parent 4e5438f374
commit 6ae3f3958c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ module.exports = function(karma) {
// enable / disable watching file and executing tests whenever any file changes // enable / disable watching file and executing tests whenever any file changes
autoWatch: true, autoWatch: false,
// Start these browsers, currently available: // Start these browsers, currently available:
@ -64,6 +64,6 @@ module.exports = function(karma) {
// Continuous Integration mode // Continuous Integration mode
// if true, it capture browsers, run tests and exit // if true, it capture browsers, run tests and exit
singleRun: false singleRun: true
}); });
}; };