We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1da080 commit 3b598ceCopy full SHA for 3b598ce
jest.config.js
@@ -2,6 +2,7 @@
2
module.exports = {
3
preset: 'ts-jest',
4
collectCoverage: true,
5
+ moduleFileExtensions: ['js', 'json', 'ts'],
6
collectCoverageFrom: ['<rootDir>/src/**/*.ts'],
7
coveragePathIgnorePatterns: ['/node_modules/', 'src/index.ts'],
8
testMatch: ['<rootDir>/__tests__/**/*.spec.ts'],
0 commit comments