Skip to content

Commit 0f2d8f3

Browse files
authored
test: typo in spy (#3556)
1 parent 4fe4de0 commit 0f2d8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/componentEmits.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ describe('component: emit', () => {
9494
render(h(Comp), nodeOps.createElement('div'))
9595

9696
expect(fooSpy).toHaveBeenCalledTimes(1)
97-
expect(fooSpy).toHaveBeenCalledTimes(1)
97+
expect(barSpy).toHaveBeenCalledTimes(1)
9898
})
9999

100100
// for v-model:foo-bar usage in DOM templates

0 commit comments

Comments
 (0)