We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3809b commit 0b74594Copy full SHA for 0b74594
sandbox/codegen/vitest.config.ts
@@ -4,7 +4,7 @@ import Vue from '@vitejs/plugin-vue'
4
import preact from '@preact/preset-vite'
5
import vueJsx from '@vitejs/plugin-vue-jsx'
6
import { UserConfig } from 'vite'
7
-import type { UserConfig as TestUserConfig } from 'vitest/node'
+import { UserConfig as TestUserConfig } from 'vitest'
8
9
import { createRequire } from 'module'
10
0 commit comments