[AAE-6555] Rename the app into content-ce (#2375)

* Rename the app into conten-ce

* switch test to singleRun true

* Fix typo

* Use single run false for libs

* run test content-ce
This commit is contained in:
Maurizio Vitale
2021-12-07 18:23:20 +00:00
committed by GitHub
parent 056ff4b011
commit 4d1dab60b2
8 changed files with 25 additions and 25 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
});
};

View File

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

View File

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

View File

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