| 1 | /* eslint-disable @typescript-eslint/no-var-requires */ |
| 2 | // Patch the c8 ignore comment parser to ignore internal errors |
| 3 | const c8Paths = require.resolve("c8") |
| 4 | const covSourcePath = require.resolve("v8-to-istanbul/lib/source", { |
nothing calls this directly
no test coverage detected