From cae6f3757a422c51a7caff2a9b932c02ad84ffb0 Mon Sep 17 00:00:00 2001 From: jennymar Date: Thu, 17 Oct 2024 08:06:37 -0700 Subject: [PATCH] Commenting out failing test --- tests/sample.test.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/sample.test.ts b/tests/sample.test.ts index 2571779..4fa57e2 100644 --- a/tests/sample.test.ts +++ b/tests/sample.test.ts @@ -10,8 +10,8 @@ describe('dummy test', () => { }); }); -describe('dummy test', () => { - test('dummy test will fail', () => { - expect(1 + 1).toBe(0); - }); -}); \ No newline at end of file +// describe('dummy test', () => { +// test('dummy test will fail', () => { +// expect(1 + 1).toBe(0); +// }); +// }); \ No newline at end of file