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 2654843 commit 5420f11Copy full SHA for 5420f11
packages/frontend/jest.config.js
@@ -7,4 +7,7 @@ module.exports = {
7
"^assets/(.*)$": "<rootDir>/src/assets/$1",
8
"^environments/(.*)$": "<rootDir>/src/environments/$1",
9
},
10
+ transformIgnorePatterns: [
11
+ "node_modules/(?!.*\\.mjs$|uuid|@edugouvfr/ngx-dsfr)",
12
+ ],
13
};
0 commit comments