Skip to content

Commit 0571612

Browse files
committed
test: add json file ext in jest config
1 parent 986864b commit 0571612

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
@@ -26,7 +26,7 @@ module.exports = {
2626
diagnostics: false,
2727
},
2828
},
29-
moduleFileExtensions: ["js", "ts", "tsx"],
29+
moduleFileExtensions: ["js", "ts", "tsx", "json"],
3030
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, {
3131
prefix: "<rootDir>/packages/",
3232
}),

0 commit comments

Comments
 (0)