@usefy/use-init 0.0.28 → 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
|
@@ -582,19 +582,6 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
582
582
|
|
|
583
583
|
</details>
|
|
584
584
|
|
|
585
|
-
### Running Tests
|
|
586
|
-
|
|
587
|
-
```bash
|
|
588
|
-
# Run all tests
|
|
589
|
-
pnpm test
|
|
590
|
-
|
|
591
|
-
# Run tests in watch mode
|
|
592
|
-
pnpm test:watch
|
|
593
|
-
|
|
594
|
-
# Run tests with coverage report
|
|
595
|
-
pnpm test --coverage
|
|
596
|
-
```
|
|
597
|
-
|
|
598
585
|
---
|
|
599
586
|
|
|
600
587
|
## License
|
package/package.json
CHANGED