20 lines
329 B
TypeScript
20 lines
329 B
TypeScript
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')
|
|
})
|