Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ apiExpose.spec.ts
File
apiExpose.spec.ts
packages/runtime-core/__tests__/apiExpose.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createApp, nodeOps, render } from
'@vue/runtime-test'
2
import
{ defineComponent, h, ref } from
'../src'
3
4
describe(
'api: expose'
, () => {
Callers
nothing calls this directly
Calls
8
defineComponent
Function · 0.90
ref
Function · 0.90
render
Function · 0.90
h
Function · 0.90
createElement
Method · 0.80
mount
Method · 0.80
toHaveBeenWarned
Method · 0.80
test
Function · 0.50
Tested by
no test coverage detected