Skip to content

Commit e301525

Browse files
committed
Remove vue 2 tests to fix coverage
1 parent f3aa349 commit e301525

File tree

15 files changed

+829
-3387
lines changed

15 files changed

+829
-3387
lines changed

__tests__/frameworks/vite/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
root=true
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
"name": "test-vite",
33
"private": true,
4-
"scripts": {
5-
"test": "vitest"
6-
},
74
"devDependencies": {
85
"@vitejs/plugin-vue": "3.0.1",
96
"@vue/compiler-sfc": "3.2.37",
107
"vite": "3.0.3",
11-
"vite-plugin-vue2": "2.0.2",
12-
"vitest": "0.19.1",
13-
"vue": "2.7.8",
14-
"vue-template-compiler": "2.7.8"
8+
"vue": "3.2.37"
159
}
1610
}

0 commit comments

Comments
 (0)