From 8326e7fd8f94a99b3670235c17990e2e144dbdcd Mon Sep 17 00:00:00 2001 From: Wazbat Date: Fri, 30 Jun 2023 19:58:29 +0200 Subject: [PATCH] Fixed test.only --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.ts b/test/index.test.ts index 6a8af41..cccd662 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -271,7 +271,7 @@ test('API fetch user', async () => { expect(user.birthday.year).toBeUndefined(); }); -test.only('API fetch user that does not exist', async () => { +test('API fetch user that does not exist', async () => { const result = await cacheWrapper( new Request('https://api.fxtwitter.com/usesaahah123', { method: 'GET',