Skip to content

Commit 6069c70

Browse files
1 parent ed53f9c commit 6069c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config: Config = {
1515
'^(\\.{1,2}/.*)\\.js$': '$1',
1616
},
1717
transform: {
18-
'^.+\\.m?ts$': ['ts-jest', { useESM: true }],
18+
'^.+\\.m?[tj]sx?$': ['ts-jest', { useESM: true }],
1919
},
2020
};
2121

0 commit comments

Comments
 (0)