remove moment from test

This commit is contained in:
Moriz Wahl 2021-12-22 11:59:12 +01:00
parent 0851a7bc35
commit 3e2f93b32d

View File

@ -8,16 +8,6 @@ const toastSuccessMock = jest.fn()
const toastErrorMock = jest.fn() const toastErrorMock = jest.fn()
const mocks = { const mocks = {
$moment: jest.fn(() => {
return {
format: jest.fn((m) => m),
subtract: jest.fn(() => {
return {
format: jest.fn((m) => m),
}
}),
}
}),
$apollo: { $apollo: {
mutate: apolloMutateMock, mutate: apolloMutateMock,
}, },