test: typo in spy (#3556)
This commit is contained in:
parent
4fe4de0a49
commit
0f2d8f3244
@ -94,7 +94,7 @@ describe('component: emit', () => {
|
|||||||
render(h(Comp), nodeOps.createElement('div'))
|
render(h(Comp), nodeOps.createElement('div'))
|
||||||
|
|
||||||
expect(fooSpy).toHaveBeenCalledTimes(1)
|
expect(fooSpy).toHaveBeenCalledTimes(1)
|
||||||
expect(fooSpy).toHaveBeenCalledTimes(1)
|
expect(barSpy).toHaveBeenCalledTimes(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
// for v-model:foo-bar usage in DOM templates
|
// for v-model:foo-bar usage in DOM templates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user