Skip to content

Commit 0884d69

Browse files
committed
chore: update happy-dom
test: update cause test to not need jsdom
1 parent 08527b3 commit 0884d69

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

packages/bootstrap-vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@vue/test-utils": "^2.0.2",
4949
"bootstrap": "^5.2.0",
5050
"c8": "^7.12.0",
51-
"happy-dom": "^7.5.10",
51+
"happy-dom": "^7.5.12",
5252
"jsdom": "^20.0.0",
5353
"rollup": "^2.78.1",
5454
"rollup-plugin-visualizer": "^5.7.1",

packages/bootstrap-vue-3/src/components/BFormSelect/form-select-option-group.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @vitest-environment jsdom
21
import {enableAutoUnmount, mount} from '@vue/test-utils'
32
import {afterEach, describe, expect, it, vitest} from 'vitest'
43
import {h} from 'vue'

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)