MCPcopy
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

1import { createStaticVNode, h, render } from '../src'
2
3describe('static vnode handling', () => {
4 const content = `<div>hello</div><p>world</p>`

Callers

nothing calls this directly

Calls 5

createStaticVNodeFunction · 0.90
renderFunction · 0.90
hFunction · 0.90
createElementMethod · 0.80
testFunction · 0.50

Tested by

no test coverage detected