mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix test (mock .CATEGORIES_ACTIVE)
This commit is contained in:
parent
d948067f44
commit
407f4f8d2d
@ -8,6 +8,9 @@ let wrapper
|
||||
describe('FilterMenu.vue', () => {
|
||||
const mocks = {
|
||||
$t: jest.fn((string) => string),
|
||||
$env: {
|
||||
CATEGORIES_ACTIVE: true,
|
||||
},
|
||||
}
|
||||
|
||||
const getters = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user