This commit is contained in:
Wolfgang Huß 2021-05-18 22:13:06 +02:00
parent 2f72e4eba3
commit 5ab01e9cd4

View File

@ -11,7 +11,7 @@ describe('Logo.vue', () => {
$t: jest.fn(), $t: jest.fn(),
} }
propsData = { propsData = {
type: 'header', logoType: 'header',
} }
}) })