Skip to content

Commit 823c373

Browse files
committed
jest
1 parent 3c71af2 commit 823c373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
'^.+\\.(mjs|[tj]sx?)$': ['babel-jest', { configFile: './babel.config.mjs' }],
1212
},
1313
transformIgnorePatterns: [
14-
'<rootDir>/node_modules/(?!(lit|lit-html|lit-element|@lit|@lit-labs|@lit-labs/ssr-dom-shim|@lit/reactive-element|@noble/curves|@noble/hashes|@exodus/bytes|uuid|jsdom|parse5|@asamuzakjp/css-color|@csstools)/)',
14+
'<rootDir>/node_modules/(?!(lit|lit-html|lit-element|@lit|@lit-labs|@lit-labs/ssr-dom-shim|@lit/reactive-element|@noble/curves|@noble/hashes|@exodus/bytes|uuid|jsdom|parse5|entities|@asamuzakjp/css-color|@asamuzakjp/generational-cache|@csstools)/)',
1515
],
1616
setupFilesAfterEnv: ['./test/helpers/setup.ts'],
1717
moduleNameMapper: {

0 commit comments

Comments
 (0)