Skip to content

Commit

Permalink
Update tests/utils/get-element-type.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored May 16, 2024
1 parent 9d2dc5d commit 3979a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/get-element-type.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
})
Expand Down

0 comments on commit 3979a24

Please sign in to comment.