Skip to content

Commit 03e2644

Browse files
committed
fix: rm json from jest
1 parent dfe4ed9 commit 03e2644

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4-
testPathIgnorePatterns: ['/tmp/'],
4+
testPathIgnorePatterns: ['/temp/', '/node_modules/'],
55
testRegex: '.*\\.test\\.tsx?$',
6+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'node'],
67
globals: {
78
'ts-jest': {
89
isolatedModules: true,

0 commit comments

Comments
 (0)