UNPKG

@stryker-mutator/api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

12 lines (9 loc) 258 B
import { readFileSync } from 'fs'; import { URL } from 'url'; const strykerCoreSchema: Record<string, unknown> = JSON.parse( readFileSync( new URL('../../schema/stryker-core.json', import.meta.url), 'utf-8', ), ); export { strykerCoreSchema };