mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
chore: broken tests
This commit is contained in:
parent
efb8a71393
commit
d4796b6085
2
test/fixtures/basic-types/types.ts
vendored
2
test/fixtures/basic-types/types.ts
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user