@usefy/use-copy-to-clipboard 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
|
@@ -428,19 +428,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
428
428
|
|
|
429
429
|
</details>
|
|
430
430
|
|
|
431
|
-
### Running Tests
|
|
432
|
-
|
|
433
|
-
```bash
|
|
434
|
-
# Run all tests
|
|
435
|
-
pnpm test
|
|
436
|
-
|
|
437
|
-
# Run tests in watch mode
|
|
438
|
-
pnpm test:watch
|
|
439
|
-
|
|
440
|
-
# Run tests with coverage report
|
|
441
|
-
pnpm test --coverage
|
|
442
|
-
```
|
|
443
|
-
|
|
444
431
|
---
|
|
445
432
|
|
|
446
433
|
## License
|