UNPKG

confusablematcher-js-interop

Version:

TypeScript NAPI Interop for ConfusableMatcher.

20 lines (18 loc) 550 B
'use strict'; module.exports = { collectCoverage: false, collectCoverageFrom: ['src/**/*.{js,ts}'], coverageReporters: ['text-summary', 'lcov'], globals: { 'ts-jest': { isolatedModules: true, }, }, moduleFileExtensions: ['ts', 'js', 'json', 'node'], testEnvironment: 'node', testPathIgnorePatterns: ['<rootDir>/node_modules', '<rootDir>/build', '<rootDir>/coverage'], testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]s$', transform: { '^.+\\.ts$': 'ts-jest', }, };