You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: