feat: asset resolution
This commit is contained in:
19
packages/runtime-core/__tests__/apiCreateApp.spec.ts
Normal file
19
packages/runtime-core/__tests__/apiCreateApp.spec.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
describe('api: createApp', () => {
|
||||
test('mount', () => {})
|
||||
|
||||
test('provide', () => {})
|
||||
|
||||
test('component', () => {})
|
||||
|
||||
test('directive', () => {})
|
||||
|
||||
test('use', () => {})
|
||||
|
||||
test.todo('mixin')
|
||||
|
||||
test('config.errorHandler', () => {})
|
||||
|
||||
test('config.warnHandler', () => {})
|
||||
|
||||
test.todo('config.optionsMergeStrategies')
|
||||
})
|
||||
Reference in New Issue
Block a user