remove moment

This commit is contained in:
Moriz Wahl 2022-01-20 15:59:56 +01:00
parent 4142e6df9f
commit da72a15cf1

View File

@ -108,16 +108,6 @@ describe('UserTable', () => {
const mocks = {
$t: jest.fn((t) => t),
$d: jest.fn((d) => d),
$moment: jest.fn(() => {
return {
format: jest.fn((m) => m),
subtract: jest.fn(() => {
return {
format: jest.fn((m) => m),
}
}),
}
}),
$apollo: {
query: apolloQueryMock,
},