fix tests

This commit is contained in:
Moriz Wahl 2022-04-01 14:48:34 +02:00
parent efac4714d9
commit 5e1ddb718b

View File

@ -38,6 +38,7 @@ apolloQueryMock.mockResolvedValue({
const mocks = {
$t: jest.fn((t, obj = null) => (obj ? [t, obj.date].join('; ') : t)),
$d: jest.fn((d) => d.toISOString()),
$store: {
state: {
token: null,