Skip to content

Commit 5b60cbf

Browse files
chapterjasonclaude
andcommitted
test: expand coverage to 83% stmts / 73% branches (99 tests)
- remote-store: add 9 tests for all remaining store methods (checklist, comment, dependency, search, deleteItem, listItems w/ exclude_archived) - auth: add 5 tests for authenticate() using vi.doMock for fs isolation - project-root: add 3 tests for detectProjectRoot() env, git, and fallback paths - Fix flaky now() test (called twice across a ms boundary) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2e1b132 commit 5b60cbf

7 files changed

Lines changed: 424 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules/
22
*.tmp
33
.claude/
4+
coverage/
45
.backlog.db
56
.backlog.db-shm
67
.backlog.db-wal

package-lock.json

Lines changed: 229 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"test": "vitest run"
1212
},
1313
"devDependencies": {
14+
"@vitest/coverage-v8": "^4.0.18",
1415
"vitest": "^4.0.18"
1516
}
1617
}

0 commit comments

Comments
 (0)