mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
test: add another test
This commit is contained in:
parent
2d41400cfb
commit
00d846df36
@ -187,6 +187,7 @@ describe('resolveApp', () => {
|
|||||||
'layouts/SomeOther.vue',
|
'layouts/SomeOther.vue',
|
||||||
'layouts/SomeOther/Thing/Index.vue',
|
'layouts/SomeOther/Thing/Index.vue',
|
||||||
'layouts/thing/thing/thing.vue',
|
'layouts/thing/thing/thing.vue',
|
||||||
|
'layouts/desktop-base/base.vue',
|
||||||
'layouts/some.vue',
|
'layouts/some.vue',
|
||||||
'layouts/SomeOther/layout.ts'
|
'layouts/SomeOther/layout.ts'
|
||||||
])
|
])
|
||||||
@ -196,6 +197,10 @@ describe('resolveApp', () => {
|
|||||||
"file": "<rootDir>/layouts/default.vue",
|
"file": "<rootDir>/layouts/default.vue",
|
||||||
"name": "default",
|
"name": "default",
|
||||||
},
|
},
|
||||||
|
"desktop-base": {
|
||||||
|
"file": "<rootDir>/layouts/desktop-base/base.vue",
|
||||||
|
"name": "desktop-base",
|
||||||
|
},
|
||||||
"some": {
|
"some": {
|
||||||
"file": "<rootDir>/layouts/some.vue",
|
"file": "<rootDir>/layouts/some.vue",
|
||||||
"name": "some",
|
"name": "some",
|
||||||
|
Loading…
Reference in New Issue
Block a user