We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4ed9 commit 03e2644Copy full SHA for 03e2644
1 file changed
jest.config.js
@@ -1,8 +1,9 @@
1
module.exports = {
2
preset: 'ts-jest',
3
testEnvironment: 'node',
4
- testPathIgnorePatterns: ['/tmp/'],
+ testPathIgnorePatterns: ['/temp/', '/node_modules/'],
5
testRegex: '.*\\.test\\.tsx?$',
6
+ moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'node'],
7
globals: {
8
'ts-jest': {
9
isolatedModules: true,
0 commit comments