@wolffo/three-fire 1.0.6 → 1.0.7
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 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -186,13 +186,9 @@ npm run test:coverage
|
|
186
186
|
|
187
187
|
### Testing
|
188
188
|
|
189
|
-
The project includes comprehensive tests with **92%+ coverage**:
|
190
|
-
|
191
|
-
- **49 test cases** covering all functionality
|
192
189
|
- **Unit tests** for Fire class and FireShader
|
193
190
|
- **Integration tests** for React components
|
194
191
|
- **Mock environment** for Three.js and React Three Fiber
|
195
|
-
- **Coverage reporting** with detailed metrics
|
196
192
|
|
197
193
|
Test files are located in `test/` and use Vitest with Testing Library.
|
198
194
|
|