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

Function createDOMWrapper

src/wrapperFactory.ts:40–41  ·  view source on GitHub ↗
(element, subTree)

Source from the content-addressed store, hash-verified

38}
39
40export const createDOMWrapper: DOMWrapperFactory = (element, subTree) =>
41 factories[WrapperType.DOMWrapper]!(element, subTree)
42export const createVueWrapper: VueWrapperFactory = (app, vm, setProps) =>
43 factories[WrapperType.VueWrapper]!(app, vm, setProps)

Callers 5

findAllMethod · 0.90
isVisibleMethod · 0.90
findFunction · 0.90
findAllComponentsFunction · 0.90
findAllMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…