Skip to content

Commit 190bdd2

Browse files
committed
fix: remove vitest import
1 parent bd5dddf commit 190bdd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/prelude.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ import type { ConditionalSimplifyDeep } from 'type-fest/source/conditional-simpl
185185
export type SimplifyDeep<T> = ConditionalSimplifyDeep<T, Function | Iterable<unknown> | Date, object>
186186

187187
import fs from 'node:fs/promises'
188-
import { $ } from 'vitest/dist/reporters-LqC_WI4d.js'
189188

190189
export const fileExists = async (path: string) => {
191190
return Boolean(

0 commit comments

Comments
 (0)