dev: swap yarn test and test-dev for better dx (#2773)

As discussed offline, just making `yarn test` do what we expect it to.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]
This commit is contained in:
Mime Čuvalo 2024-02-14 16:05:59 +00:00 committed by GitHub
parent 7caaa2fbbb
commit 2ad47958bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 29 additions and 29 deletions

View file

@ -30,8 +30,8 @@
"/* GOTCHA */": "files will include ./dist and index.d.ts by default, add any others you want to include in here",
"files": [],
"scripts": {
"test": "lazy inherit",
"test-dev": "yarn run -T jest --watch",
"test-ci": "lazy inherit",
"test": "yarn run -T jest",
"test-coverage": "lazy inherit",
"index": "node ./scripts/build-index.js && yarn format",
"format": "yarn run -T prettier --write --cache \"src/**/*.{ts,tsx,js,jsx,json,md}\"",