mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
chore: upgrade vitest, improve tests capture (#3695)
This commit is contained in:
parent
e67ed55de3
commit
7af60ca9b2
@ -19,10 +19,10 @@
|
||||
"play": "yarn run nuxi dev playground",
|
||||
"release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub",
|
||||
"stub": "lerna run prepack -- --stub",
|
||||
"test:fixtures": "JITI_ESM_RESOLVE=1 vitest test",
|
||||
"test:fixtures": "JITI_ESM_RESOLVE=1 vitest --dir test",
|
||||
"test:fixtures:webpack": "TEST_WITH_WEBPACK=1 yarn test:fixtures",
|
||||
"test:types": "yarn run nuxi prepare test/fixtures/basic && cd test/fixtures/basic && npx vue-tsc --noEmit",
|
||||
"test:unit": "JITI_ESM_RESOLVE=1 yarn vitest packages",
|
||||
"test:unit": "JITI_ESM_RESOLVE=1 yarn vitest --dir packages",
|
||||
"version": "yarn && git add yarn.lock"
|
||||
},
|
||||
"resolutions": {
|
||||
@ -56,7 +56,7 @@
|
||||
"pathe": "^0.2.0",
|
||||
"typescript": "^4.6.2",
|
||||
"unbuild": "^0.7.0",
|
||||
"vitest": "^0.6.1",
|
||||
"vitest": "^0.6.3",
|
||||
"vue-router": "^4.0.14",
|
||||
"vue-tsc": "^0.33.1"
|
||||
},
|
||||
|
@ -24,7 +24,7 @@
|
||||
"devDependencies": {
|
||||
"playwright": "^1.20.0",
|
||||
"unbuild": "latest",
|
||||
"vitest": "^0.6.1"
|
||||
"vitest": "^0.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.31"
|
||||
|
@ -44,7 +44,7 @@
|
||||
"ufo": "^0.8.1",
|
||||
"unplugin": "^0.5.2",
|
||||
"vite": "^2.8.6",
|
||||
"vite-node": "^0.6.1"
|
||||
"vite-node": "^0.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.31"
|
||||
|
10
yarn.lock
10
yarn.lock
@ -3206,7 +3206,7 @@ __metadata:
|
||||
ohmyfetch: ^0.4.15
|
||||
playwright: ^1.20.0
|
||||
unbuild: latest
|
||||
vitest: ^0.6.1
|
||||
vitest: ^0.6.3
|
||||
peerDependencies:
|
||||
vue: 3.2.31
|
||||
languageName: unknown
|
||||
@ -3339,7 +3339,7 @@ __metadata:
|
||||
unbuild: latest
|
||||
unplugin: ^0.5.2
|
||||
vite: ^2.8.6
|
||||
vite-node: ^0.6.1
|
||||
vite-node: ^0.6.3
|
||||
vue: 3.2.31
|
||||
peerDependencies:
|
||||
vue: 3.2.31
|
||||
@ -15391,7 +15391,7 @@ __metadata:
|
||||
pathe: ^0.2.0
|
||||
typescript: ^4.6.2
|
||||
unbuild: ^0.7.0
|
||||
vitest: ^0.6.1
|
||||
vitest: ^0.6.3
|
||||
vue-router: ^4.0.14
|
||||
vue-tsc: ^0.33.1
|
||||
languageName: unknown
|
||||
@ -21522,7 +21522,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-node@npm:^0.6.1":
|
||||
"vite-node@npm:^0.6.3":
|
||||
version: 0.6.3
|
||||
resolution: "vite-node@npm:0.6.3"
|
||||
dependencies:
|
||||
@ -21628,7 +21628,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vitest@npm:^0.6.1":
|
||||
"vitest@npm:^0.6.3":
|
||||
version: 0.6.3
|
||||
resolution: "vitest@npm:0.6.3"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user