Skip to content
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

Shared libs unit test failures are a chore to debug #8799

Open
dianabarsan opened this issue Jan 11, 2024 · 0 comments
Open

Shared libs unit test failures are a chore to debug #8799

dianabarsan opened this issue Jan 11, 2024 · 0 comments
Labels
Type: Technical issue Improve something that users won't notice

Comments

@dianabarsan
Copy link
Member

dianabarsan commented Jan 11, 2024

Describe the issue
This is due to us implementing shared libs with npm workspaces and workspaces having a known issue of not short circuiting on a script failure: npm/rfcs#575

Right now, if a unit test in a shared lib fails, the dev must scour the whole log to find which test failed, which is cumbersome and very annoying.

Describe the improvement you'd like
Figure out a way to show a generic error when any of the shared libs unit tests fail at the end of the suite.

@dianabarsan dianabarsan added the Type: Technical issue Improve something that users won't notice label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Technical issue Improve something that users won't notice
Projects
None yet
Development

No branches or pull requests

1 participant