From 2ecd46a5bd32e0e58722e4f04be308ca1ec1ce4d Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Tue, 8 Feb 2022 14:26:18 +0000 Subject: [PATCH] Add jest to types --- packages/server/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index e6575e571..16ea88108 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -10,7 +10,7 @@ "esModuleInterop": true, "resolveJsonModule": true, "incremental": true, - "types": [ "node" ], + "types": [ "node", "jest"], }, "include": [ "./src/**/*",