Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 511f5ae

Browse files
committed
chore: added skipped test
1 parent 961ce9f commit 511f5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-core/src/CAspectRatioBox/tests/CAspectRatioBox.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const renderComponent = (props) => {
1414
return render(base)
1515
}
1616

17-
xit('should render correctly', () => {
17+
it('should render correctly', () => {
1818
const inlineAttrs = ':ratio="1"'
1919
const { asFragment } = renderComponent({ inlineAttrs })
2020
expect(asFragment()).toMatchSnapshot()

0 commit comments

Comments
 (0)