Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ rendererStaticNode.spec.ts
File
rendererStaticNode.spec.ts
packages/runtime-dom/__tests__/rendererStaticNode.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createStaticVNode, h, render } from
'../src'
2
3
describe(
'static vnode handling'
, () => {
4
const
content = `<div>hello</div><p>world</p>`
Callers
nothing calls this directly
Calls
5
createStaticVNode
Function · 0.90
render
Function · 0.90
h
Function · 0.90
createElement
Method · 0.80
test
Function · 0.50
Tested by
no test coverage detected