[ACS-3379] Fix unit tests for the visibility rules of the folder rules (#2576)

* [ACS-3379] Fix unit tests for the visibility rules of the folder rules

* Add stage to .travis.yml so unit tests run on Travis

* Karma singleRun: true so that Travis doesn't stall
This commit is contained in:
Thomas Hunter
2022-08-03 16:22:42 +01:00
committed by GitHub
parent 30eebfa1e2
commit 38cae75476
3 changed files with 11 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ module.exports = function (config) {
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['Chrome'],
singleRun: false,
singleRun: true,
restartOnFileChange: true
});
};