test: typo in spy (#3556)

This commit is contained in:
Eduardo San Martin Morote 2021-04-07 14:19:12 +02:00 committed by GitHub
parent 4fe4de0a49
commit 0f2d8f3244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ describe('component: emit', () => {
render(h(Comp), nodeOps.createElement('div'))
expect(fooSpy).toHaveBeenCalledTimes(1)
expect(fooSpy).toHaveBeenCalledTimes(1)
expect(barSpy).toHaveBeenCalledTimes(1)
})
// for v-model:foo-bar usage in DOM templates