Disabled junit
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8468eda05a
commit
6f8e2c8e79
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue