Skip to content

Commit 7473c32

Browse files
authored
Merge pull request #699 from SolidOS/dependabot/npm_and_yarn/multi-bcda4f1644
Bump jsdom and @types/jsdom
2 parents 43b4c62 + a463513 commit 7473c32

File tree

4 files changed

+295
-127
lines changed

4 files changed

+295
-127
lines changed

jest.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export default {
88
},
99
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
1010
transform: {
11-
'^.+\\.[tj]sx?$': ['babel-jest', { configFile: './babel.config.mjs' }],
11+
'^.+\\.(mjs|[tj]sx?)$': ['babel-jest', { configFile: './babel.config.mjs' }],
1212
},
1313
transformIgnorePatterns: [
14-
'<rootDir>/node_modules/(?!(lit-html|@noble/curves|@noble/hashes|@exodus/bytes|uuid|jsdom|parse5)/)',
14+
'<rootDir>/node_modules/(?!(lit-html|@noble/curves|@noble/hashes|@exodus/bytes|uuid|jsdom|parse5|@asamuzakjp/css-color|@csstools)/)',
1515
],
1616
setupFilesAfterEnv: ['./test/helpers/setup.ts'],
1717
testMatch: ['**/?(*.)+(spec|test).[tj]s?(x)'],

0 commit comments

Comments
 (0)