@usefy/use-timer 0.0.27 → 0.0.29
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
|
@@ -460,19 +460,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
460
460
|
|
|
461
461
|
**Total: 123 tests**
|
|
462
462
|
|
|
463
|
-
### Running Tests
|
|
464
|
-
|
|
465
|
-
```bash
|
|
466
|
-
# Run all tests
|
|
467
|
-
pnpm test
|
|
468
|
-
|
|
469
|
-
# Run tests in watch mode
|
|
470
|
-
pnpm test:watch
|
|
471
|
-
|
|
472
|
-
# Run tests with coverage report
|
|
473
|
-
pnpm test --coverage
|
|
474
|
-
```
|
|
475
|
-
|
|
476
463
|
---
|
|
477
464
|
|
|
478
465
|
## License
|