Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ misc.spec.ts
File
misc.spec.ts
packages/runtime-core/__tests__/misc.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ h, isReactive, nodeOps, reactive, render } from
'@vue/runtime-test'
2
3
describe(
'misc'
, () => {
4
test(
'component public instance should not be observable'
, () => {
Callers
nothing calls this directly
Calls
6
render
Function · 0.90
h
Function · 0.85
reactive
Function · 0.85
isReactive
Function · 0.85
createElement
Method · 0.80
test
Function · 0.50
Tested by
no test coverage detected