universal icon indicating copy to clipboard operation
universal copied to clipboard

getting issue on yarn start:ssr

Open TheRanaEhtisham opened this issue 5 years ago • 2 comments

getting Cannot find module './mocks/actions.mock'. on yarn start:ssr

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  <!-- Please check the repository for a similar issue or PR before submitting -->
[ ] Support request => <!-- Please check the repository for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request

Current behavior

Expected/desired behavior

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment

  • Angular version: X.Y.Z
  • Browser:
  • [ ] Chrome (desktop) version XX
  • [ ] Chrome (Android) version XX
  • [ ] Chrome (iOS) version XX
  • [ ] Firefox version XX
  • [ ] Safari (desktop) version XX
  • [ ] Safari (iOS) version XX
  • [ ] IE version XX
  • [ ] Edge version XX
  • For Tooling issues:
  • Node version: XX
  • Platform:
  • Others:

TheRanaEhtisham avatar Jul 07 '20 14:07 TheRanaEhtisham

Same issue :-(

pascalmann avatar Sep 04 '20 05:09 pascalmann

same issue - someone forgot to check in the code? import { MockActions } from './mocks/actions.mock'; in store-testing.module.ts

maestrocoder avatar Mar 08 '21 20:03 maestrocoder