Disabled junit
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-10-05 13:01:28 +02:00
parent 8468eda05a
commit 6f8e2c8e79
1 changed files with 5 additions and 5 deletions

View File

@ -41,12 +41,12 @@ async function test() {
}
}));
if (isCI) {
const JunitReporter = require('jasmine-reporters');
jasmine.addReporter(new JunitReporter.JUnitXmlReporter());
// if (isCI) {
// const JunitReporter = require('jasmine-reporters');
// jasmine.addReporter(new JunitReporter.JUnitXmlReporter());
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
}
// jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
// }
const backSpecs = [
'./back/**/*[sS]pec.js',