UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

18 lines (17 loc) 360 B
{ "extends": "../../.c8rc.json", "reportDir": "./target/coverage", "allowExternal": true, "include": [ "**/packages/core/src/**/*.ts", "**/packages/mocha/src/**/*.ts", "**/packages/web/src/**/*.ts", "**/packages/protractor/src/**/*.ts" ], "exclude": [ "**/target/**", "**/spec/**", "**/*.d.ts", "**/*.spec.ts" ] }