jest-e2e-ssr-env
: overriding Webpack config's context
is problematic
#412
Labels
P2
Important. Nice to have improvements and optimizations.
react-utils/src/shared/utils/jest/E2eSsrEnv.ts
Line 64 in 343dffe
e.g. a bunch of path aliases in the default config are defined relative to the context path, and changing the
context
for test efficiently breaks the out-of-the-box resolution of aliased paths, unless explicitly overridden.The text was updated successfully, but these errors were encountered: