Skip to content

Commit

Permalink
Update vitest.config.mts.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jan 5, 2024
1 parent 2f89eb9 commit f637cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/vue/templates/vitest.config.mts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-%>
import { fileURLToPath } from 'node:url'
import { mergeConfig, defineConfig, configDefaults } from 'vitest/config';
import viteConfig from './vite.config'
import viteConfig from './vite.config.mjs'

export default mergeConfig(
viteConfig,
Expand Down

0 comments on commit f637cab

Please sign in to comment.