Skip to content

Commit 3a43866

Browse files
committed
chore: update test utils
I would like to migrate to happy-dom instead of jsdom, as it seems to be near 50% faster, which, when all components start containing many tests, could be a substantial time saver. However, I haven't been able to get it to work out of the box. So I will probably try later.
1 parent a317305 commit 3a43866

File tree

2 files changed

+72
-35
lines changed

2 files changed

+72
-35
lines changed

packages/bootstrap-vue-3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"@vue/shared": "^3.2.37",
4545
"@vue/test-utils": "^2.0.0-rc.18",
4646
"bootstrap": "5.x.x",
47-
"jsdom": "^19.0.0",
47+
"jsdom": "^20.0.0",
4848
"rollup": "^2.76.0",
4949
"rollup-plugin-visualizer": "5.x.x",
5050
"sass": "1.x.x",
5151
"tsconfig": "workspace:*",
5252
"typescript": "4.x.x",
5353
"vite": "2.x.x",
5454
"vite-plugin-dts": "1.x.x",
55-
"vitest": "^0.10.4",
55+
"vitest": "^0.20.3",
5656
"vue": "3.x.x",
5757
"vue-router": "4.x.x",
5858
"vue-tsc": "^0.37.2"

pnpm-lock.yaml

Lines changed: 70 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)