@usefy/use-counter 0.0.28 → 0.0.30
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 +0 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -363,19 +363,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
363
363
|
|
|
364
364
|
</details>
|
|
365
365
|
|
|
366
|
-
### Running Tests
|
|
367
|
-
|
|
368
|
-
```bash
|
|
369
|
-
# Run all tests
|
|
370
|
-
pnpm test
|
|
371
|
-
|
|
372
|
-
# Run tests in watch mode
|
|
373
|
-
pnpm test:watch
|
|
374
|
-
|
|
375
|
-
# Run tests with coverage report
|
|
376
|
-
pnpm test --coverage
|
|
377
|
-
```
|
|
378
|
-
|
|
379
366
|
### Testing Stack
|
|
380
367
|
|
|
381
368
|
- **[Vitest](https://vitest.dev/)** — Fast, modern test runner
|