From 5f7315ff87f88d93b76efe7b23f2274169c7a7d1 Mon Sep 17 00:00:00 2001 From: Justin Date: Sat, 15 Jun 2019 20:43:57 -0400 Subject: [PATCH] test: Remove code 2445 --- jest.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.json b/jest.config.json index a06c733a..4466adcc 100644 --- a/jest.config.json +++ b/jest.config.json @@ -14,7 +14,7 @@ "globals": { "ts-jest": { "diagnostics": { - "ignoreCodes": [2445, 7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133] + "ignoreCodes": [7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133] } } }