fix: test dashboard-plugin.test.js

This commit is contained in:
ogerly 2022-01-28 22:08:41 +01:00
parent 17cc48cba9
commit 85bfd0c61f

View File

@ -29,7 +29,7 @@ describe('dashboard plugin', () => {
})
describe('vue toasted', () => {
const toastedAction = vueUseMock.mock.calls[8][1].action.onClick
const toastedAction = vueUseMock.mock.calls[9][1].action.onClick
const goAwayMock = jest.fn()
const toastObject = {
goAway: goAwayMock,