From c6fbbc7346d3123d94cf5d6c116ac958e7ba0a1e Mon Sep 17 00:00:00 2001 From: olga-jwp Date: Fri, 28 Jul 2023 11:37:15 +0200 Subject: [PATCH] chore(project): fix unit test --- src/components/CardGrid/CardGrid.test.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/CardGrid/CardGrid.test.tsx b/src/components/CardGrid/CardGrid.test.tsx index 649e8d853..5b6854639 100644 --- a/src/components/CardGrid/CardGrid.test.tsx +++ b/src/components/CardGrid/CardGrid.test.tsx @@ -10,15 +10,7 @@ describe('', () => { it('renders and matches snapshot', () => { const playlist = playlistFixture as Playlist; const { container } = renderWithRouter( - , + , ); expect(container).toMatchSnapshot();