This commit is contained in:
ogerly 2022-08-30 08:59:29 +02:00
parent 005ff89e20
commit 39de672b5f
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { mount } from '@vue/test-utils'
import ContributionMessagesList from './ContributionMessagesList.vue'
import { toastErrorSpy, toastSuccessSpy } from '../../../test/testSetup'
const localVue = global.localVue

View File

@ -15,7 +15,6 @@ describe('ContributionMessagesFormular', () => {
const mocks = {
$t: jest.fn((t) => t),
$d: jest.fn((d) => d),
$apollo: {
mutate: apolloMutateMock,
},