From 5c96a973f5edca81cce4611d0167e7466603df83 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Thu, 26 Jan 2023 22:33:12 -0300 Subject: [PATCH] Adicioanndo tipos do jest --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a07c075..9f48b00 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "test:watch": "jest --watchAll" }, "devDependencies": { + "@types/jest": "^29.4.0", "@types/node": "^18.11.18", "jest": "^29.4.1", "ts-jest": "^29.0.5",