From 1a139636311bcf737a8e17f4c7e5ebea7beb601f Mon Sep 17 00:00:00 2001 From: Lorenzo Turrino Date: Thu, 25 Apr 2024 16:23:02 +0100 Subject: [PATCH] hotfix: remove testing-library jest-dom types --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4470707..02d480c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["jest", "@testing-library/jest-dom"], + "types": ["jest"], "typeRoots": ["./node_modules/@types", "./types"] }, "include": [