Closed sadiqevani closed 6 years ago
What particular issue do they have? I don't have jest installed globally, but npm run unit
in components repository works well.
jest-cli
wasn't being resolved in the node_modules
folder.
Is npx jest
works without installing of jest-cli
? I can't reproduce this problem.
@davidyuk yep works.
I'll update the npm scripts to run jest through npx
@davidyuk seems the issue was within my node_modules
folder, I'll close this pull-request.
There is an issue with tests for people who don't have
jest-cli
installed globally, so i'm including it as a dev dependency.