chore: broken tests

This commit is contained in:
harlan 2025-01-21 20:43:36 +11:00
parent efb8a71393
commit d4796b6085

View File

@ -405,7 +405,7 @@ describe('head', () => {
link: computed(() => []),
meta: [
{ key: 'key', name: 'description', content: 'some description ' },
() => ({ key: 'key', name: 'description', content: 'some description ' }),
computed(() => ({ key: 'key', name: 'description', content: 'some description ' })),
],
titleTemplate: (titleChunk) => {
return titleChunk ? `${titleChunk} - Site Title` : 'Site Title'