Skip to content

Commit

Permalink
test: typo in spy (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored Apr 7, 2021
1 parent 4fe4de0 commit 0f2d8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/__tests__/componentEmits.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f2d8f3

Please sign in to comment.