mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-19 16:01:24 +00:00
test: update unit test snapshot
This commit is contained in:
parent
c4e6e8c117
commit
97ec3143a5
@ -79,7 +79,10 @@ definePageMeta({ name: 'bar' })
|
||||
`
|
||||
const meta = getRouteMeta(fileContents, `/app/pages/index.vue`)
|
||||
expect(meta).toStrictEqual({
|
||||
name: 'bar',
|
||||
'meta': {
|
||||
'__nuxt_dynamic_meta_key': new Set(['meta']),
|
||||
},
|
||||
'name': 'bar',
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user