Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/composition-api
/ createApp.spec.ts
File
createApp.spec.ts
test/createApp.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createApp, defineComponent, ref, nextTick } from
'../src'
2
3
describe(
'createApp'
, () => {
4
it(
'should work'
,
async
() => {
Callers
nothing calls this directly
Calls
4
createApp
Function · 0.90
nextTick
Function · 0.90
defineComponent
Function · 0.90
provide
Method · 0.80
Tested by
no test coverage detected