From 102aa56a2a1f7dff32fa5ed2c396a4eba49876b1 Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Thu, 22 Sep 2022 15:25:12 -0400 Subject: [PATCH] removed uselss test --- src/global-methods.spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/global-methods.spec.js b/src/global-methods.spec.js index 26546be1..980ed1ab 100644 --- a/src/global-methods.spec.js +++ b/src/global-methods.spec.js @@ -17,6 +17,4 @@ test('should fetch users', () => { }); */ -test('adds 1 + 2 to equal 3', () => { - expect(1 + 2).toBe(3); - }); \ No newline at end of file +test.todo("Need to add some tests here"); \ No newline at end of file