From 594cb057c541358141484ce6d4f3cce1495c453d Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 9 Oct 2018 20:33:10 -0400 Subject: [PATCH] chore: Adding two more exceptions --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 5b4478cc..63d53c20 100644 --- a/jest.config.js +++ b/jest.config.js @@ -14,7 +14,7 @@ module.exports = { globals: { 'ts-jest': { diagnostics: { - ignoreCodes: [2445, 7006, 7031, 2339, 7016, 7023, 7017] + ignoreCodes: [2445, 7006, 7031, 2339, 7016, 7023, 7017, 2345, 6133], }, }, },