Skip to content

Commit

Permalink
chore: update vitest type import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 7, 2024
1 parent 9ec23da commit af810cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/vitest/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit af810cb

Please sign in to comment.