Skip to content

Commit

Permalink
chore: skip unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed May 24, 2024
1 parent f131eab commit fc79c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// import App from '../src/App';

describe('App', () => {
describe.skip('App', () => {
it('should render App', () => {
// const app = render(<App />);
// expect(app).toMatchSnapshot();
Expand Down

0 comments on commit fc79c94

Please sign in to comment.