@usefy/use-click-any-where 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
|
@@ -395,19 +395,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
395
395
|
|
|
396
396
|
</details>
|
|
397
397
|
|
|
398
|
-
### Running Tests
|
|
399
|
-
|
|
400
|
-
```bash
|
|
401
|
-
# Run all tests
|
|
402
|
-
pnpm test
|
|
403
|
-
|
|
404
|
-
# Run tests in watch mode
|
|
405
|
-
pnpm test:watch
|
|
406
|
-
|
|
407
|
-
# Run tests with coverage report
|
|
408
|
-
pnpm test --coverage
|
|
409
|
-
```
|
|
410
|
-
|
|
411
398
|
---
|
|
412
399
|
|
|
413
400
|
## License
|