Skip to content

Commit 513a37e

Browse files
committed
fix the tests again
1 parent ed6a072 commit 513a37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

other/misc-tests/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = Object.assign(jestConfig, {
88
'^.+\\.(js|jsx|mjs)$': ['babel-jest', { rootMode: 'upward' }],
99
},
1010
transformIgnorePatterns: [
11-
'node_modules/(?!(dedent)/)',
11+
'node_modules/(?!(dedent|@testing-library/preact)/)',
1212
],
1313
moduleNameMapper: babelHelpersList.reduce(
1414
(aliasMap, helper) => {

0 commit comments

Comments
 (0)