Mock $t in TeaserImage test

This commit is contained in:
mattwr18 2019-11-02 17:02:19 +01:00
parent 99816f1c21
commit a78a58ad8d

View File

@ -15,6 +15,7 @@ describe('TeaserImage.vue', () => {
$toast: {
error: jest.fn(),
},
$t: jest.fn(string => string),
}
})
describe('mount', () => {