From 6dc5e669b985d0d54f8d57052fe7f21f3439c7ca Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 31 Dec 2020 00:16:32 +0200 Subject: [PATCH] Remove Jest uses --- .eslintrc.json | 1 - tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 246c5a5..d931929 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,6 @@ "env": { "browser": true, "es6": true, - "jest": true, "node": true }, "extends": [ diff --git a/tsconfig.json b/tsconfig.json index 2a5ca33..8c0e8d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,6 @@ ], "types": [ "node", - "jest" ], "baseUrl": "./", "paths": {