Skip to content

Commit

Permalink
Add required prop to cell covering gap
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Sep 11, 2024
1 parent bdf031b commit 7397dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Grid/GridCell.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('Grid cell', () => {
})

it('renders the correct class for the `coverGap` prop', () => {
const { container } = render(<Grid.Cell coverGap />)
const { container } = render(<Grid.Cell coverGap span="all" />)

const component = container.querySelector(':only-child')

Expand Down

0 comments on commit 7397dd3

Please sign in to comment.