Skip to content

Commit 057f5c2

Browse files
a6b8claude
andcommitted
Add unit tests for 67% coverage #11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b794686 commit 057f5c2

33 files changed

Lines changed: 10663 additions & 0 deletions

jest.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@ export default {
22
transform: {},
33
testMatch: [
44
'**/tests/**/*.test.mjs'
5+
],
6+
testTimeout: 15000,
7+
maxWorkers: 1,
8+
coveragePathIgnorePatterns: [
9+
'/node_modules/',
10+
'src/index.mjs'
511
]
612
}

0 commit comments

Comments
 (0)