Skip to content

Commit 600cbb2

Browse files
committed
removed unneeded import
1 parent 33b5f8c commit 600cbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests cover: DbVersioning, Tool Handlers, Utility Functions
44
*/
55

6-
import { describe, it, expect, vi, beforeEach, afterEach, type Mock } from 'vitest';
6+
import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
77
import fs from 'fs';
88

99
// ============================================================================

0 commit comments

Comments
 (0)