mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-20 07:30:57 +00:00
test: add additional component case
This commit is contained in:
parent
2baea30f70
commit
6f8d036d4f
@ -260,7 +260,8 @@ const tests: Array<[string, string[], string]> = [
|
||||
['ItemHolderItem', ['Item', 'Holder', 'Item', 'Holder'], 'ItemHolderItemHolderItem'],
|
||||
['Icones', ['Icon'], 'IconIcones'],
|
||||
['Icon', ['Icones'], 'IconesIcon'],
|
||||
['IconHolder', ['IconHolder'], 'IconHolder']
|
||||
['IconHolder', ['IconHolder'], 'IconHolder'],
|
||||
['GameList', ['Desktop', 'ShareGame', 'Review', 'Detail'], 'DesktopShareGameReviewDetailGameList']
|
||||
]
|
||||
|
||||
describe('components:resolveComponentName', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user