toolgz 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -859,7 +859,7 @@ and it does not get deleted.
|
|
|
859
859
|
## Development
|
|
860
860
|
|
|
861
861
|
```bash
|
|
862
|
-
npm test #
|
|
862
|
+
npm test # 252 tests, offline, no cost
|
|
863
863
|
npm run build # tsc → dist/ with .d.ts
|
|
864
864
|
|
|
865
865
|
npx tsx bench/harness/run-multi.ts --provider=all --reps=3 --variants # costs money
|