From 9fb923e4fd664582b7694ef5bda4d0d3bef2be3e Mon Sep 17 00:00:00 2001 From: Roy Stewart Date: Wed, 10 Aug 2022 14:06:13 -0400 Subject: [PATCH] moved jest types to the unit test tsconfig --- tsconfig.json | 3 --- tsconfig.spec.json | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index dfa20d3..d06de85 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,9 +16,6 @@ "lib": [ "es2018", "dom" - ], - "types": [ - "jest" ] } } diff --git a/tsconfig.spec.json b/tsconfig.spec.json index ba31402..372bc78 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -11,5 +11,8 @@ ], "exclude": [ "node_modules" + ], + "types": [ + "jest" ] } \ No newline at end of file