@usefy/use-on-click-outside 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
|
@@ -493,19 +493,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
493
493
|
|
|
494
494
|
</details>
|
|
495
495
|
|
|
496
|
-
### Running Tests
|
|
497
|
-
|
|
498
|
-
```bash
|
|
499
|
-
# Run all tests
|
|
500
|
-
pnpm test
|
|
501
|
-
|
|
502
|
-
# Run tests in watch mode
|
|
503
|
-
pnpm test:watch
|
|
504
|
-
|
|
505
|
-
# Run tests with coverage report
|
|
506
|
-
pnpm test --coverage
|
|
507
|
-
```
|
|
508
|
-
|
|
509
496
|
---
|
|
510
497
|
|
|
511
498
|
## License
|