Skip to content

Commit adae3e0

Browse files
committed
Fix capitalization of vitest plugin
1 parent 6ebd4d4 commit adae3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import Vue from '@vitejs/plugin-vue';
1+
import vue from '@vitejs/plugin-vue';
22
import { defineConfig } from 'vitest/config';
33

44
export default defineConfig({
5-
plugins: [Vue()],
5+
plugins: [vue()],
66
test: {
77
environment: 'happy-dom',
88
},

0 commit comments

Comments
 (0)