Skip to content

Commit 73b94c7

Browse files
committed
updated jest config
1 parent e3701c0 commit 73b94c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
},
99
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
1010
transform: {
11-
'^.+\\.[tj]sx?$': ['babel-jest', { configFile: './babel.config.js' }],
11+
'^.+\\.[tj]sx?$': ['babel-jest', { configFile: './babel.config.mjs' }],
1212
},
1313
transformIgnorePatterns: ['/node_modules/(?!lit-html).+\\.js'],
1414
setupFilesAfterEnv: ['./test/helpers/setup.ts'],

0 commit comments

Comments
 (0)