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": {