fix test (mock .CATEGORIES_ACTIVE)

This commit is contained in:
Moriz Wahl 2022-08-25 13:29:08 +02:00
parent d948067f44
commit 407f4f8d2d

View File

@ -8,6 +8,9 @@ let wrapper
describe('FilterMenu.vue', () => {
const mocks = {
$t: jest.fn((string) => string),
$env: {
CATEGORIES_ACTIVE: true,
},
}
const getters = {