Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
const
textValue = `I'm the innerHTML`
25
const
mountComponent = () => mount({ template: `<h1>${textValue}</h1>` })
26
27
describe(
'Plugin#install'
, () => {
28
beforeEach(() => {
Callers
1
plugins.spec.ts
File · 0.85
Calls
1
mount
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…