diff --git a/alfa-client/apps/alfa-e2e/src/support/cypress-tasks.ts b/alfa-client/apps/alfa-e2e/src/support/cypress-tasks.ts index 827b7b3d31d21f7c991796b5256302ae28354466..a39ca03d07de0a41c459c827a1b3aefdcc54c039 100644 --- a/alfa-client/apps/alfa-e2e/src/support/cypress-tasks.ts +++ b/alfa-client/apps/alfa-e2e/src/support/cypress-tasks.ts @@ -89,7 +89,7 @@ module.exports = (on: any, config: any) => { const webpackOptions = webpackPreprocessor.defaultOptions.webpackOptions; webpackOptions.module.rules.unshift({ - test: /[/\\](@angular|@ngxp|angular-oauth2-oidc)[/\\].+\.m?js$/, + test: /[/\\](@angular|@ngxp|@ngrx|angular-oauth2-oidc)[/\\].+\.m?js$/, resolve: { fullySpecified: false, },