-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Problem
After updating to sinon 21.0.0, there are unused import warnings in test files:
test/utils-recent.test.ts: unusedmkdirSyncandRecentProject
Task
Remove or use the unused imports in test files to eliminate TypeScript warnings.
Files
test/utils-recent.test.ts(remove unusedmkdirSyncandRecentProject)- Check other test files for similar issues
Steps
- Open
test/utils-recent.test.ts - Remove unused
mkdirSyncfrom line 2 imports - Remove unused
RecentProjectfrom line 11 - Run
npm testto verify no other issues - Commit fix
Priority
Low - Just cleanup, tests still pass
Metadata
Metadata
Assignees
Labels
No labels