Skip to content

Commit

Permalink
fix: remove vitest import
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Apr 25, 2024
1 parent bd5dddf commit 190bdd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/prelude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ import type { ConditionalSimplifyDeep } from 'type-fest/source/conditional-simpl
export type SimplifyDeep<T> = ConditionalSimplifyDeep<T, Function | Iterable<unknown> | Date, object>

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

export const fileExists = async (path: string) => {
return Boolean(
Expand Down

0 comments on commit 190bdd2

Please sign in to comment.