Skip to content

Commit

Permalink
test: improved jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrip7 committed Apr 1, 2022
1 parent dfd6ee1 commit 43de924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Expand Up @@ -3,7 +3,7 @@ module.exports = {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
testPathIgnorePatterns: ['/lib/', '/node_modules/'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
testPathIgnorePatterns: ['/node_modules/'],
moduleFileExtensions: ['ts', 'js', 'json'],
collectCoverage: true,
};

0 comments on commit 43de924

Please sign in to comment.