UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

11 lines (10 loc) 243 B
module.exports = { testPathIgnorePatterns: [ "<rootDir>/dist/", "<rootDir>/node_modules/", "<rootDir>/src/.*\\.ts", ], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[j]sx?$', collectCoverageFrom: ["src/**/*.js"], silent: true, }