Skip to content
Snippets Groups Projects
Commit 4cc4d233 authored by HTML-validate's avatar HTML-validate :robot: Committed by David Sveningsson
Browse files

fix(deps): support vitest v1

parent df24626d
No related branches found
No related tags found
Loading
Pipeline #1101556878 passed
......@@ -225,9 +225,15 @@ Vitest compat:
stage: compatibility
dependencies: []
needs: []
parallel:
matrix:
- VERSION:
- 0
- 1
before_script:
- npm ci --no-fund --no-audit --no-update-notifier
- npm run build
- npm install --no-save @types/node@18 $(npx -y npm-min-peer vitest --major ${VERSION} --with-name)
script:
- npm run -w tests/vitest test
......
......@@ -74,7 +74,7 @@
"jest": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-diff": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-snapshot": "^27.1 || ^28.1.3 || ^29.0.3",
"vitest": "^0.34"
"vitest": "^0.34 || ^1"
},
"peerDependenciesMeta": {
"jest": {
......@@ -243,7 +243,7 @@
"jest": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-diff": "^27.1 || ^28.1.3 || ^29.0.3",
"jest-snapshot": "^27.1 || ^28.1.3 || ^29.0.3",
"vitest": "^0.34"
"vitest": "^0.34 || ^1"
},
"peerDependenciesMeta": {
"jest": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment