@usefy/use-event-listener 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
|
@@ -471,19 +471,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
471
471
|
|
|
472
472
|
</details>
|
|
473
473
|
|
|
474
|
-
### Running Tests
|
|
475
|
-
|
|
476
|
-
```bash
|
|
477
|
-
# Run all tests
|
|
478
|
-
pnpm test
|
|
479
|
-
|
|
480
|
-
# Run tests in watch mode
|
|
481
|
-
pnpm test:watch
|
|
482
|
-
|
|
483
|
-
# Run tests with coverage report
|
|
484
|
-
pnpm test --coverage
|
|
485
|
-
```
|
|
486
|
-
|
|
487
474
|
---
|
|
488
475
|
|
|
489
476
|
## License
|
package/package.json
CHANGED