Skip to content

Tags: vuejs/test-utils

Tags

v2.3.2

publish: v2.3.2

v2.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: return wrapper error from DOMWrapper ctor if element is nullish (f…

…ixes #1984) (#1996)

v2.3.0

publish: 2.3.0

2.2.10

publish: 2.2.10

v2.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: mark @vue/compiler-dom as optional (#1958)

This should solve the pnpm error:

```
├─┬ @vue/test-utils 2.2.8
│ └── ✕ missing peer @vue/compiler-dom@^3.0.1
```

v2.2.8

publish: 2.2.8

v2.2.7

publish: 2.2.7

v2.2.6

publish: 2.2.6

v2.2.5

publish: 2.2.5

v2.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow to mock global function in script setup components (#1871)

Fixes #1869