Skip to content

Commit feff12b

Browse files
committed
docs: Update test counts to 149 tests across 26 suites
- Added test count to README.md Tests section - Added test count to AGENTS.md Testing section
1 parent 6440f1e commit feff12b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Source code is in `src/`.
6868
## Testing
6969

7070
- Framework: Node.js built-in test runner (`node --test`)
71+
- Tests: 149 tests across 26 suites
7172
- Coverage: 100% lines, 99.28% branches, 100% functions
7273
- Test pattern: `tests/**/*.js`
7374
- All tests must pass with 100% line coverage before merging

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,13 @@ Build produces multiple module formats:
415415
- `dist/tiny-lru.min.js` - Minified ESM
416416
- `types/lru.d.ts` - TypeScript definitions
417417

418+
## Tests
419+
420+
| Metric | Count |
421+
| --------- | ----- |
422+
| Tests | 149 |
423+
| Suites | 26 |
424+
418425
## Test Coverage
419426

420427
| Metric | Coverage |

0 commit comments

Comments
 (0)