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
feat: adds coverageThreshold as a config, uses non-workspace dir for tests (#533)
This pull request updates how the `node:test` test runner handles the
coverage threshold configuration and improves the generated
`package.json` scripts. The main changes make the coverage threshold
customizable (defaulting to 100 if not set), ensure that test scripts
explicitly target test files, and update tests to cover these behaviors.
0 commit comments