Skip to content

Fix unused import warnings in test files #13

@jakeschepis

Description

@jakeschepis

@claude

Problem

After updating to sinon 21.0.0, there are unused import warnings in test files:

  • test/utils-recent.test.ts: unused mkdirSync and RecentProject

Task

Remove or use the unused imports in test files to eliminate TypeScript warnings.

Files

  • test/utils-recent.test.ts (remove unused mkdirSync and RecentProject)
  • Check other test files for similar issues

Steps

  1. Open test/utils-recent.test.ts
  2. Remove unused mkdirSync from line 2 imports
  3. Remove unused RecentProject from line 11
  4. Run npm test to verify no other issues
  5. Commit fix

Priority

Low - Just cleanup, tests still pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions