renamed junit reporters constant
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
42270bf61b
commit
fa55263516
|
@ -42,8 +42,8 @@ async function test() {
|
|||
}));
|
||||
|
||||
if (isCI) {
|
||||
const reporters = require('jasmine-reporters');
|
||||
reporters.push(new reporters.JUnitXmlReporter());
|
||||
const junitReporter = require('jasmine-reporters');
|
||||
reporters.push(new junitReporter.JUnitXmlReporter());
|
||||
}
|
||||
|
||||
const Jasmine = require('jasmine');
|
||||
|
|
Loading…
Reference in New Issue