UNPKG

pptr-testing-library

Version:
9 lines (8 loc) 217 B
module.exports = { collectCoverageFrom: ['**/*.ts', '!**/*.d.ts'], transform: { '\\.ts$': ['ts-jest', {diagnostics: false}], }, moduleFileExtensions: ['ts', 'js', 'json'], testMatch: ['**/*.test.ts'], }