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

Commit 589139c

Browse files
committed
Remove Vitest
1 parent 7ebf84f commit 589139c

File tree

5 files changed

+1
-472
lines changed

5 files changed

+1
-472
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:unit": "vitest",
1111
"build-only": "vite build",
1212
"build-ssg": "vite-ssg build",
13-
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
13+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
1414
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
1515
"format": "prettier --write src/"
1616
},
@@ -24,25 +24,21 @@
2424
"devDependencies": {
2525
"@rushstack/eslint-patch": "^1.3.3",
2626
"@tsconfig/node18": "^18.2.2",
27-
"@types/jsdom": "^21.1.3",
2827
"@types/node": "^18.18.5",
2928
"@vitejs/plugin-vue": "^4.4.0",
3029
"@vue/eslint-config-prettier": "^8.0.0",
3130
"@vue/eslint-config-typescript": "^12.0.0",
32-
"@vue/test-utils": "^2.4.1",
3331
"@vue/tsconfig": "^0.4.0",
3432
"eslint": "^8.49.0",
3533
"eslint-plugin-vue": "^9.17.0",
3634
"husky": "^8.0.0",
37-
"jsdom": "^22.1.0",
3835
"lint-staged": "^15.0.2",
3936
"luogu-api-docs": "github:0f-0b/luogu-api-docs",
4037
"npm-run-all2": "^6.1.1",
4138
"prettier": "^3.0.3",
4239
"typescript": "~5.2.0",
4340
"vite": "^4.4.11",
4441
"vite-ssg": "^0.23.4",
45-
"vitest": "^0.34.6",
4642
"vue-tsc": "^1.8.19"
4743
}
4844
}

0 commit comments

Comments
 (0)