mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-23 17:10:07 +00:00
test: update unit test snapshot for jsx
This commit is contained in:
parent
86c960c6f4
commit
4910959b96
@ -56,7 +56,10 @@ export default {
|
|||||||
|
|
||||||
const meta = await getRouteMeta(fileContents, `/app/pages/index.vue`)
|
const meta = await getRouteMeta(fileContents, `/app/pages/index.vue`)
|
||||||
expect(meta).toStrictEqual({
|
expect(meta).toStrictEqual({
|
||||||
name: 'bar',
|
'meta': {
|
||||||
|
'__nuxt_dynamic_meta_key': new Set(['meta']),
|
||||||
|
},
|
||||||
|
'name': 'bar',
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user