report-schema.src.index.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutation-testing-report-schema Show documentation
Show all versions of mutation-testing-report-schema Show documentation
The json schema for a mutation testing report.
The newest version!
export * from '../src-generated/schema.js';
import fs from 'fs';
export const schema = JSON.parse(fs.readFileSync(new URL('./mutation-testing-report-schema.json', import.meta.url), 'utf-8'));
//# sourceMappingURL=index.js.map
© 2015 - 2024 Weber Informatics LLC | Privacy Policy