add store to mocks

This commit is contained in:
Moriz Wahl 2023-01-19 12:16:55 +01:00
parent 0f0a5a8807
commit e0365b3ed5

View File

@ -10,6 +10,12 @@ const mocks = {
$tc: jest.fn((tc) => tc),
$t: jest.fn((t) => t),
$d: jest.fn((d) => d),
$store: {
state: {
firstName: 'Bibi',
lastName: 'Bloxberg',
},
},
}
const propsData = {