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

Function mountComponent

tests/features/plugins.spec.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24const textValue = `I'm the innerHTML`
25const mountComponent = () => mount({ template: `<h1>${textValue}</h1>` })
26
27describe('Plugin#install', () => {
28 beforeEach(() => {

Callers 1

plugins.spec.tsFile · 0.85

Calls 1

mountFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…