From b08b590a58d197f7f41728a774abfea5f8914ba0 Mon Sep 17 00:00:00 2001 From: Nivedita Chopra Date: Mon, 8 Oct 2018 16:26:08 -0700 Subject: [PATCH] Remove flow typing for DraftEntity mock --- src/model/entity/__mocks__/DraftEntity.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model/entity/__mocks__/DraftEntity.js b/src/model/entity/__mocks__/DraftEntity.js index 3af422c30f..5caefa1fef 100644 --- a/src/model/entity/__mocks__/DraftEntity.js +++ b/src/model/entity/__mocks__/DraftEntity.js @@ -7,7 +7,6 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @format - * @flow strict-local * @emails oncall+draft_js */