You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got some topics where this question rised but no correct answer or fix.
If I try e2e tests in monorepo application they are failed because not resolved imports in main application.
I'm submitting a...
[ ] Regression
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
You have to manually update your Jest configuration (for e2e tests) by updating the moduleNameMapper configuration. This may change in the future if we decide to merge this PR nestjs/schematics#532
Please, use our Discord channel (support) for further questions. We are using GitHub to track bugs, feature requests, and potential improvements.
I've got some topics where this question rised but no correct answer or fix.
If I try e2e tests in monorepo application they are failed because not resolved imports in main application.
I'm submitting a...
Current behavior
npm i
(it should be successful)npm run test:e2e
Expected behavior
My expectation is that test should not be failed because unresolved module dependency
because it was resolved at build time.
Minimal reproduction of the problem with instructions
nest-cli
monorepo
configurationnest-cli
and perfectly demonstrates my issues also;npm i
(it should be successful)npm run test:e2e
P.S.
I tried reconfigure
test/jest-e2e.json
to fix the issue but unsuccessfully.What is the motivation / use case for changing the behavior?
or
Environment
The text was updated successfully, but these errors were encountered: