We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b5f8c commit 600cbb2Copy full SHA for 600cbb2
1 file changed
src/index.test.ts
@@ -3,7 +3,7 @@
3
* Tests cover: DbVersioning, Tool Handlers, Utility Functions
4
*/
5
6
-import { describe, it, expect, vi, beforeEach, afterEach, type Mock } from 'vitest';
+import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
7
import fs from 'fs';
8
9
// ============================================================================
0 commit comments