Skip to content

Commit 8022a2d

Browse files
committed
fix(lint): remove unused beforeEach import in geminiService.test
1 parent e39b897 commit 8022a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/geminiService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, vi, afterEach, beforeEach } from 'vitest';
1+
import { describe, it, expect, vi, afterEach } from 'vitest';
22

33
// Must use regular function (not arrow) so it works as a constructor with `new`
44
vi.mock('@google/genai', () => ({

0 commit comments

Comments
 (0)