From 76aa5b21c53814abc1474aaf2563c936d0e0f5a4 Mon Sep 17 00:00:00 2001 From: Marco Mura Date: Fri, 21 Feb 2025 16:43:51 -0800 Subject: [PATCH] trying different approach --- e2e/tsconfig.e2e.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e2e/tsconfig.e2e.json b/e2e/tsconfig.e2e.json index 6a703959..98a8bc80 100644 --- a/e2e/tsconfig.e2e.json +++ b/e2e/tsconfig.e2e.json @@ -21,7 +21,8 @@ "strictNullChecks": true, "ignoreDeprecations": "5.0", "noUnusedLocals": true, - "typeRoots": ["node_modules/@types", "src/typings/"] + "typeRoots": ["node_modules/@types", "src/typings/"], + "types": ["jest"] }, - "include": ["tests/**/*", "jest.config.js"] + "include": ["tests/**/*"] }