1 parent e39b897 commit 8022a2dCopy full SHA for 8022a2d
1 file changed
test/geminiService.test.ts
@@ -1,4 +1,4 @@
1
-import { describe, it, expect, vi, afterEach, beforeEach } from 'vitest';
+import { describe, it, expect, vi, afterEach } from 'vitest';
2
3
// Must use regular function (not arrow) so it works as a constructor with `new`
4
vi.mock('@google/genai', () => ({
0 commit comments