Skip to content

Commit

Permalink
test: update unit test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Feb 3, 2023
1 parent ae318fc commit 4fbcac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`grid-list-components should create a Grid component 1`] = `
useIsScrolling={true}
width={100}
>
[MockFunction]
[Function]
</Styled(Grid)>
`;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('grid-list-components', () => {
expect(listInst).toMatchSnapshot();
});

it.skip('should create a Grid component', () => {
it('should create a Grid component', () => {
const { Grid } = response;
// const opts = List.mock.calls[0][0];
// expect(opts).toEqual({});
Expand Down

0 comments on commit 4fbcac7

Please sign in to comment.