MCPcopy
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

1import { createApp, defineComponent, ref, nextTick } from '../src'
2
3describe('createApp', () => {
4 it('should work', async () => {

Callers

nothing calls this directly

Calls 4

createAppFunction · 0.90
nextTickFunction · 0.90
defineComponentFunction · 0.90
provideMethod · 0.80

Tested by

no test coverage detected