diff --git a/tests/App.test.tsx b/tests/App.test.tsx index 280bf559..107c877f 100644 --- a/tests/App.test.tsx +++ b/tests/App.test.tsx @@ -2,7 +2,7 @@ // import App from '../src/App'; -describe('App', () => { +describe.skip('App', () => { it('should render App', () => { // const app = render(); // expect(app).toMatchSnapshot();