Skip to content

Commit ea290cb

Browse files
committed
try to fix stupid jest .js load
1 parent e8e44f0 commit ea290cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
},
1414
},
1515
moduleNameMapper: {
16-
"^(\\.{1,2}/.*)\\.js$": "$1",
16+
"^(.+)\\.js$": "$1",
1717
},
1818
testPathIgnorePatterns: [
1919
"types/.*.types.test..*$",

0 commit comments

Comments
 (0)