UNPKG

aft-jest-reporter

Version:

Automated Functional Testing (AFT) Reporter for use with Jest Test Framework

13 lines 335 B
{ "extends": "../../tsconfig.settings.json", "compilerOptions": { "outDir": "dist", "composite": true }, "include": ["src", "test"], "references": [ { "path": "../aft-core" }, { "path": "../aft-reporting-filesystem" }, { "path": "../aft-reporting-html" }, ] }