From 3e5aa08e99ff25c5d880d4f3e6568ae94bc60940 Mon Sep 17 00:00:00 2001 From: Nivedita Chopra Date: Mon, 13 Aug 2018 11:16:54 -0700 Subject: [PATCH] Fix tree invariants test --- .../utils/exploration/__tests__/DraftTreeInvariants-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/component/utils/exploration/__tests__/DraftTreeInvariants-test.js b/src/component/utils/exploration/__tests__/DraftTreeInvariants-test.js index 5aac9f55ed..5dbe9fbc10 100644 --- a/src/component/utils/exploration/__tests__/DraftTreeInvariants-test.js +++ b/src/component/utils/exploration/__tests__/DraftTreeInvariants-test.js @@ -13,6 +13,8 @@ 'use strict'; +jest.disableAutomock(); + // missing parent -> child connection const ContentBlockNode = require('ContentBlockNode');