UNPKG

jest-to-sonar

Version:

Convert the Jest test case report to a Sonar generic test execution report.

13 lines (12 loc) 254 B
{ "compilerOptions": { "module": "commonjs", "outDir": "./dist", "strict": true, "target": "es6", "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*.ts", "tests/**/*.ts"], "exclude": ["node_modules"] }