mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
feat: migrate backend to cosmiconfig
This commit is contained in:
@@ -8,7 +8,10 @@ describe('Schema', function () {
|
||||
this.slow(10_000);
|
||||
|
||||
it('should validate against test files', async function () {
|
||||
const errorsPerFile = await validateFiles(path.resolve('lib', 'schema'), path.resolve('test', 'resources'));
|
||||
const errorsPerFile = await validateFiles(
|
||||
path.resolve('lib', 'schema'),
|
||||
path.resolve('test', 'resources'),
|
||||
);
|
||||
|
||||
await mkdir('report', {recursive: true});
|
||||
await writeReport(path.join('report', 'index.html'), errorsPerFile);
|
||||
|
||||
Reference in New Issue
Block a user