dev: add test-dev command for easier testing of packages (#2627)

@si14 you might know a better way to wire this up! lemme know if there's
something more clever here.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]

### Release Notes

- Adds easier testing command for individual packages.
This commit is contained in:
Mime Čuvalo 2024-01-29 10:29:38 +00:00 committed by GitHub
parent d82344bf15
commit 23f60ee98e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 13 additions and 1 deletions

View file

@ -16,6 +16,7 @@
"dev-wrangler": "yarn run -T tsx ./scripts/dev-wrap.ts",
"report-size": "node scripts/report-size.js",
"test": "lazy inherit",
"test-dev": "yarn run -T jest --watch",
"test-coverage": "lazy inherit",
"lint": "yarn run -T tsx ../../scripts/lint.ts"
},