From 50abcfca9ec8fe8210724dc448d662a4ddbab4b0 Mon Sep 17 00:00:00 2001 From: Sebastian Velez Date: Mon, 30 Jan 2023 14:24:59 -0500 Subject: [PATCH] chore: remove un used code --- src/components/NavBar.test.tsx | 103 --------------------------------- 1 file changed, 103 deletions(-) diff --git a/src/components/NavBar.test.tsx b/src/components/NavBar.test.tsx index 1723959..0bb4348 100644 --- a/src/components/NavBar.test.tsx +++ b/src/components/NavBar.test.tsx @@ -118,108 +118,5 @@ describe('NavBar', () => { `); - // expect(container).toMatchInlineSnapshot(` - //
- // - //
- // `); }); });