From 466283cc3b24dbfdab6e8b00bdab9273ef5eed5b Mon Sep 17 00:00:00 2001 From: Michal Kechner Date: Thu, 16 Feb 2023 15:02:43 +0100 Subject: [PATCH] fix: false error messages regarding JestMatchers in tests (#1371) add reference for jest-extended in typings.spec.d.ts due to the fact that some editors (WebStorm) do not recognize the custom jest-extended matchers properly. --- src/typings.spec.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/typings.spec.d.ts b/src/typings.spec.d.ts index 3f175cf911..2258391791 100644 --- a/src/typings.spec.d.ts +++ b/src/typings.spec.d.ts @@ -1,4 +1,5 @@ /// +/// declare namespace jest { interface Describe {