mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
test: make sure to write report
This commit is contained in:
@@ -37,12 +37,12 @@ export class ValidateTestFiles {
|
|||||||
unexpected = unexpected || errorsPerFile[file].some((error) => !error.expected);
|
unexpected = unexpected || errorsPerFile[file].some((error) => !error.expected);
|
||||||
});
|
});
|
||||||
|
|
||||||
expect(unexpected).to.be.equal(false);
|
|
||||||
|
|
||||||
mkdirSync('report', {
|
mkdirSync('report', {
|
||||||
recursive: true,
|
recursive: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
await writeReport(join('report', 'index.html'), errorsPerFile);
|
await writeReport(join('report', 'index.html'), errorsPerFile);
|
||||||
|
|
||||||
|
expect(unexpected).to.be.equal(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user