chore: fix typo in assertion
This commit is contained in:
parent
03ae3006e1
commit
b46d8578fd
@ -144,7 +144,7 @@ describe('component: emit', () => {
|
|||||||
expect(fn1).toHaveBeenCalledTimes(1)
|
expect(fn1).toHaveBeenCalledTimes(1)
|
||||||
expect(fn1).toHaveBeenCalledWith(1)
|
expect(fn1).toHaveBeenCalledWith(1)
|
||||||
expect(fn2).toHaveBeenCalledTimes(1)
|
expect(fn2).toHaveBeenCalledTimes(1)
|
||||||
expect(fn1).toHaveBeenCalledWith(1)
|
expect(fn2).toHaveBeenCalledWith(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('warning for undeclared event (array)', () => {
|
test('warning for undeclared event (array)', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user