How do I run tests in this repo? #3772
Unanswered
DianaSuvorova
asked this question in
Q&A
Replies: 1 comment
-
We use "yarn" workspaces so you need to do "yarn install" after installing yarn if you don't have it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seriously and apologies if I missing something obvious
npm install && npm test
from the root of the monorepo gives me import error on every test:related to this question - I would love to add test to repro the issue, but I can't mange to run them to begin this.
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions