docs(type): remove unmount parameters (#2601)
This commit is contained in:
@@ -60,12 +60,12 @@ describe('api: createApp', () => {
|
||||
const app = createApp(Comp)
|
||||
|
||||
// warning
|
||||
app.unmount(root)
|
||||
app.unmount()
|
||||
expect(`that is not mounted`).toHaveBeenWarned()
|
||||
|
||||
app.mount(root)
|
||||
|
||||
app.unmount(root)
|
||||
app.unmount()
|
||||
expect(serializeInner(root)).toBe(``)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user