-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(testing/api): Configure jest to ignore ".scenarios.[jt]s$" files #10945
Conversation
aa611ac
to
8a85965
Compare
Thank you for guiding me on the next steps, @Tobbe! I was a bit unsure how to proceed here. |
@cannikin could you review ? Thanks! |
Thanks so much @V1shvesh this is great! Do you think we should do the same thing for |
Also, could you add a changeset for this PR? Just run |
@cannikin confirmed the issue, I can update the PR to include the fix for |
Solves for #10870
Description:
./api
directory structure:./web
directory structure:Before:
yarn rw test api
:yarn rw test web
:After:
yarn rw test api
:yarn rw test web
: