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 f953d52 commit 7f37e59Copy full SHA for 7f37e59
src/React/assets/vitest.config.js
@@ -1,6 +1,6 @@
1
// vitest.config.ts
2
import { defineConfig, mergeConfig } from 'vitest/config';
3
-import react from "@vitejs/plugin-react";
+import react from '@vitejs/plugin-react';
4
import configShared from '../../../vitest.config.js'
5
6
export default mergeConfig(
src/Vue/assets/vitest.config.js
-import vue from "@vitejs/plugin-vue";
+import vue from '@vitejs/plugin-vue';
0 commit comments