Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit aa2fe64

Browse files
committed
Remove Vitest
1 parent 7ebf84f commit aa2fe64

File tree

5 files changed

+1
-473
lines changed

5 files changed

+1
-473
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"dev": "vite",
88
"build": "run-p type-check \"build-ssg {@}\" --",
99
"preview": "vite preview",
10-
"test:unit": "vitest",
1110
"build-only": "vite build",
1211
"build-ssg": "vite-ssg build",
13-
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
12+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
1413
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1514
"format": "prettier --write src/"
1615
},
@@ -24,25 +23,21 @@
2423
"devDependencies": {
2524
"@rushstack/eslint-patch": "^1.3.3",
2625
"@tsconfig/node18": "^18.2.2",
27-
"@types/jsdom": "^21.1.3",
2826
"@types/node": "^18.18.5",
2927
"@vitejs/plugin-vue": "^4.4.0",
3028
"@vue/eslint-config-prettier": "^8.0.0",
3129
"@vue/eslint-config-typescript": "^12.0.0",
32-
"@vue/test-utils": "^2.4.1",
3330
"@vue/tsconfig": "^0.4.0",
3431
"eslint": "^8.49.0",
3532
"eslint-plugin-vue": "^9.17.0",
3633
"husky": "^8.0.0",
37-
"jsdom": "^22.1.0",
3834
"lint-staged": "^15.0.2",
3935
"luogu-api-docs": "github:0f-0b/luogu-api-docs",
4036
"npm-run-all2": "^6.1.1",
4137
"prettier": "^3.0.3",
4238
"typescript": "~5.2.0",
4339
"vite": "^4.4.11",
4440
"vite-ssg": "^0.23.4",
45-
"vitest": "^0.34.6",
4641
"vue-tsc": "^1.8.19"
4742
}
4843
}

0 commit comments

Comments
 (0)