diff --git a/admin/src/components/UserTable.spec.js b/admin/src/components/UserTable.spec.js index 01105931c..d90c2929d 100644 --- a/admin/src/components/UserTable.spec.js +++ b/admin/src/components/UserTable.spec.js @@ -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, },