mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-23 09:00:31 +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(() => []),
|
link: computed(() => []),
|
||||||
meta: [
|
meta: [
|
||||||
{ key: 'key', name: 'description', content: 'some description ' },
|
{ key: 'key', name: 'description', content: 'some description ' },
|
||||||
() => ({ key: 'key', name: 'description', content: 'some description ' }),
|
computed(() => ({ key: 'key', name: 'description', content: 'some description ' })),
|
||||||
],
|
],
|
||||||
titleTemplate: (titleChunk) => {
|
titleTemplate: (titleChunk) => {
|
||||||
return titleChunk ? `${titleChunk} - Site Title` : 'Site Title'
|
return titleChunk ? `${titleChunk} - Site Title` : 'Site Title'
|
||||||
|
Loading…
Reference in New Issue
Block a user