Skip to content

Commit d02abc7

Browse files
chore: update snapshots and update jest config for json modules
1 parent fb42786 commit d02abc7

File tree

2 files changed

+380
-46
lines changed

2 files changed

+380
-46
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ module.exports = {
1818
setupFiles: ['<rootDir>/loadershim.js'],
1919
setupFilesAfterEnv: ['<rootDir>/setup-test-env.js'],
2020
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$',
21-
moduleFileExtensions: ['js', 'ts', 'tsx'],
21+
moduleFileExtensions: ['js', 'ts', 'tsx', 'json'],
2222
};

0 commit comments

Comments
 (0)