UNPKG

@tvkitchen/countertop

Version:

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

18 lines (17 loc) 324 B
module.exports = { globals: { "ts-jest": { tsconfig: 'tsconfig.dev.json', }, }, preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: [ "<rootDir>/dist/", "<rootDir>/node_modules/", "<rootDir>/src/.*\\.js", ], collectCoverageFrom: ["src/**/*.ts"], silent: true, passWithNoTests: true, };