Skip to content

Commit 3979a24

Browse files
authored
Update tests/utils/get-element-type.mjs
1 parent 9d2dc5d commit 3979a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utils/get-element-type.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ describe('getElementType', function () {
6262
})
6363

6464
it('returns raw type when polymorphic prop is set to non-literal expression even with component setting', function () {
65-
// <Box as={isNavigationOpen ? 'generic' : 'navigation'} />
6665
const setting = mockSetting({
6766
Box: 'div',
6867
})

0 commit comments

Comments
 (0)