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/**/*"] }