Skip to content

Commit

Permalink
Commenting out failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennymar committed Oct 17, 2024
1 parent b1ee221 commit cae6f37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/sample.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ describe('dummy test', () => {
});
});

describe('dummy test', () => {
test('dummy test will fail', () => {
expect(1 + 1).toBe(0);
});
});
// describe('dummy test', () => {
// test('dummy test will fail', () => {
// expect(1 + 1).toBe(0);
// });
// });

0 comments on commit cae6f37

Please sign in to comment.