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

test organization in a lerna repo #1132

Open
ljharb opened this issue Sep 19, 2017 · 0 comments
Open

test organization in a lerna repo #1132

ljharb opened this issue Sep 19, 2017 · 0 comments
Assignees
Labels

Comments

@ljharb
Copy link
Member

ljharb commented Sep 19, 2017

From #1101

As many tests as possible should live inside individual package dirs - cd-ing into each dir and running npm install && npm test should provide as close to 100% coverage of that dir as possible. It's obviously still fine if there are some tests that span multiple package dirs; these should be in a top-level tests dir (and not inside any package).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants