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 64724ed commit 04f7e48Copy full SHA for 04f7e48
assets/vitest.config.js
@@ -1,6 +1,6 @@
1
// vitest.config.ts
2
import { defineConfig, mergeConfig } from 'vitest/config';
3
-import vue from "@vitejs/plugin-vue";
+import vue from '@vitejs/plugin-vue';
4
import configShared from '../../../vitest.config.js'
5
6
export default mergeConfig(
0 commit comments