We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6440f1e commit feff12bCopy full SHA for feff12b
2 files changed
AGENTS.md
@@ -68,6 +68,7 @@ Source code is in `src/`.
68
## Testing
69
70
- Framework: Node.js built-in test runner (`node --test`)
71
+- Tests: 149 tests across 26 suites
72
- Coverage: 100% lines, 99.28% branches, 100% functions
73
- Test pattern: `tests/**/*.js`
74
- All tests must pass with 100% line coverage before merging
README.md
@@ -415,6 +415,13 @@ Build produces multiple module formats:
415
- `dist/tiny-lru.min.js` - Minified ESM
416
- `types/lru.d.ts` - TypeScript definitions
417
418
+## Tests
419
+
420
+| Metric | Count |
421
+| --------- | ----- |
422
+| Tests | 149 |
423
+| Suites | 26 |
424
425
## Test Coverage
426
427
| Metric | Coverage |
0 commit comments