Skip to content

Remove unused imports from test files#20

Merged
rohanraarora merged 1 commit into
release/v0.6.1from
fix/lint-warnings
Apr 20, 2026
Merged

Remove unused imports from test files#20
rohanraarora merged 1 commit into
release/v0.6.1from
fix/lint-warnings

Conversation

@rohanraarora

Copy link
Copy Markdown
Owner

Summary

Clears three no-unused-vars lint warnings so the release CI is clean:

  • test/client.test.ts — unused beforeEach
  • test/safety-guard.test.ts — unused beforeEach
  • test/config-store.test.ts — unused saveConfig

One unrelated warning remains (params arg in src/api/dashboard.ts#list) — it's a public API surface, left alone.

Test plan

  • npm run lint — 3 warnings → 1 (the remaining one is the unrelated public-API arg)
  • npm test — 138/138 passing

Clears three no-unused-vars lint warnings: beforeEach in client/safety-guard
tests, saveConfig in config-store test.
@rohanraarora rohanraarora merged commit 3783491 into release/v0.6.1 Apr 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant