MCPcopy Create free account
hub / github.com/vuejs/test-utils / VueWrapper

Interface VueWrapper

tests/features/plugins.spec.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15declare module '../../src/vueWrapper' {
16 interface VueWrapper {
17 width(): number
18 $el: Element
19 myMethod(): void
20 greet: (name: string) => string
21 }
22}
23
24const textValue = `I'm the innerHTML`

Callers 1

plugins.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…