UNPKG

tslib-cli

Version:

maximum overkill for typescript and javascript library authors

10 lines (8 loc) 228 B
const path = require('path'); module.exports = { clearMocks: true, preset: 'ts-jest', rootDir: path.resolve(process.cwd()), testEnvironment: 'jsdom', coveragePathIgnorePatterns: ['/node_modules/', '/tests/', '/dist/'], };