DEV Community

Discussion on: Moving away from ReactJs and VueJs on front-end using Clean Architecture

Collapse
 
scorpion231954 profile image
Scorpion

Hello,
Can you help me?
After the [yarn install], the [yarn test] is stopped with:
src/app/test/App.test.tsx
● Test suite failed to run
Cannot find module '@frontend-clean-architecture/core' from 'src/app/App.tsx'
...

3 | import { CartPloc, dependenciesLocator } from "@frontend-clean-architecture/core";
...
at Resolver.resolveModule (../../node_modules/jest-resolve/build/index.js:306:11)
at Object. (src/app/App.tsx:3:1)
The [yarn workspaces info] is OK.
Thank you,
Claude