create-node-lib
Version:
Scaffolding out a Node.js library module
25 lines (15 loc) • 340 B
Markdown
# Testing
## Test Command
Run the test suite with:
```sh
npm run test
```
## Linting
Run lint checks with:
```sh
npm run lint
```
## Expectations
- Add or update tests for behavior changes.
- Run the relevant package-level checks before opening a PR.
- Keep generated coverage, build output, and dependency folders out of commits.