UNPKG

marshall-y-slate

Version:
11 lines (10 loc) 293 B
module.exports = { transform: { '.(ts|tsx)': 'ts-jest' }, testEnvironment: 'node', testRegex: '(\\.(test|spec))\\.(ts|tsx|js)$', moduleFileExtensions: ['ts', 'tsx', 'js'], coveragePathIgnorePatterns: ['/node_modules/', '/test/'], collectCoverageFrom: ['src/**/*.{js,ts}'] };