We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26110e commit a245c4dCopy full SHA for a245c4d
1 file changed
apps/web/jest.config.ts
@@ -46,7 +46,7 @@ const config: Config = {
46
"@vector-im/compound-web": "<rootDir>/../../node_modules/@vector-im/compound-web",
47
},
48
transformIgnorePatterns: [
49
- "/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs|is-ip|ip-regex|super-regex|function-timeout|time-span|convert-hrtime|clone-regexp|is-regexp|matrix-web-i18n|await-lock|@element-hq/web-shared-components|react-virtuoso|lodash)).+$",
+ "/node_modules/(?!(mime|matrix-js-sdk|uuid|p-retry|is-network-error|react-merge-refs|is-ip|ip-regex|super-regex|function-timeout|time-span|convert-hrtime|clone-regexp|is-regexp|matrix-web-i18n|await-lock|@element-hq/web-shared-components|react-virtuoso|lodash|domutils|domhandler|domelementtype|dom-serializer|entities)).+$",
50
],
51
collectCoverageFrom: [
52
"<rootDir>/src/**/*.{js,ts,tsx}",
0 commit comments