From af810cbd8d6348e34144943daae66077a3fc67d7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 7 Oct 2024 10:32:33 +0200 Subject: [PATCH] chore: update vitest type import --- src/environments/vitest/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/vitest/index.ts b/src/environments/vitest/index.ts index b3ba7a354..f785cb5df 100644 --- a/src/environments/vitest/index.ts +++ b/src/environments/vitest/index.ts @@ -1,4 +1,4 @@ -import type { Environment } from 'vitest' +import type { Environment } from 'vitest/environments' import { createFetch } from 'ofetch' import { indexedDB } from 'fake-indexeddb' import { joinURL } from 'ufo'