mirror of https://gitee.com/bigwinds/arangodb
Made karma.conf again jenkins compatible
This commit is contained in:
parent
4e5438f374
commit
6ae3f3958c
|
@ -45,7 +45,7 @@ module.exports = function(karma) {
|
|||
|
||||
|
||||
// enable / disable watching file and executing tests whenever any file changes
|
||||
autoWatch: true,
|
||||
autoWatch: false,
|
||||
|
||||
|
||||
// Start these browsers, currently available:
|
||||
|
@ -64,6 +64,6 @@ module.exports = function(karma) {
|
|||
|
||||
// Continuous Integration mode
|
||||
// if true, it capture browsers, run tests and exit
|
||||
singleRun: false
|
||||
singleRun: true
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue