Update tests/utils/get-element-type.mjs
This commit is contained in:
Родитель
9d2dc5d064
Коммит
3979a24c94
|
@ -62,7 +62,6 @@ describe('getElementType', function () {
|
|||
})
|
||||
|
||||
it('returns raw type when polymorphic prop is set to non-literal expression even with component setting', function () {
|
||||
// <Box as={isNavigationOpen ? 'generic' : 'navigation'} />
|
||||
const setting = mockSetting({
|
||||
Box: 'div',
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче