add to mocks

This commit is contained in:
Moriz Wahl 2022-08-17 17:02:03 +02:00
parent 4e240992a5
commit cd13071441

View File

@ -5,6 +5,7 @@ const localVue = global.localVue
const mocks = { const mocks = {
$t: jest.fn((t) => t), $t: jest.fn((t) => t),
$n: jest.fn((n) => n),
} }
const propsData = { const propsData = {