@usefy/use-debounce 0.0.11 → 0.0.13
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 +6 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -345,18 +345,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
|
|
|
345
345
|
|
|
346
346
|
### Test Coverage
|
|
347
347
|
|
|
348
|
-
| Category |
|
|
349
|
-
|
|
350
|
-
|
|
|
351
|
-
|
|
|
352
|
-
|
|
|
353
|
-
|
|
|
354
|
-
| maxWait Option | 5 | 100% |
|
|
355
|
-
| Option Changes | 3 | 100% |
|
|
356
|
-
| Type Preservation | 5 | 100% |
|
|
357
|
-
| Cleanup | 2 | 100% |
|
|
358
|
-
| Edge Cases | 6 | 100% |
|
|
359
|
-
| **Total** | **41** | **93.02%** |
|
|
348
|
+
| Category | Coverage |
|
|
349
|
+
|----------|----------|
|
|
350
|
+
| Statements | 91.01% (81/89) |
|
|
351
|
+
| Branches | 90.47% (38/42) |
|
|
352
|
+
| Functions | 66.66% (14/21) |
|
|
353
|
+
| Lines | 93.02% (80/86) |
|
|
360
354
|
|
|
361
355
|
### Test Categories
|
|
362
356
|
|
package/package.json
CHANGED