fix: remove unused imports and variables flagged by CodeQL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gnanam1990
2026-04-09 17:34:22 +05:30
parent 81896618a1
commit a36639034b
5 changed files with 5 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
import { describe, expect, test, mock, beforeEach } from 'bun:test'
import { describe, expect, test } from 'bun:test'
// The feature() function from bun:bundle is shimmed at build time.
// In tests, it's not available, so we test the getRepoMapContext logic