From a787c96d4ae80c5280dc0085339b800265924647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Aug 2019 01:48:58 +0200 Subject: [PATCH] Remove `__tests__` folder --- __tests__/main.test.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 __tests__/main.test.ts diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts deleted file mode 100644 index 48f15ff..0000000 --- a/__tests__/main.test.ts +++ /dev/null @@ -1,3 +0,0 @@ -describe('TODO - Add a test suite', () => { - it('TODO - Add a test', async () => {}); -});