Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 97dd19b

Browse files
mrochfacebook-github-bot
authored andcommitted
upgrade to flow 0.122.0
Reviewed By: samwgoldman Differential Revision: D20910409 fbshipit-source-id: 500d967cc72527d5a615a465a0651b451b045a53
1 parent 3ee5a23 commit 97dd19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/model/encoding/__tests__/convertFromHTMLToContentBlocks-test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ beforeEach(() => {
7676
});
7777

7878
const convertFromHTML = (html_string, config) => {
79+
/* $FlowFixMe(>=0.122.0 site=www) This comment suppresses an error found when
80+
* Flow v0.122.0 was deployed. To see the error, delete this comment and run
81+
* Flow. */
7982
const options = {
8083
...DEFAULT_CONFIG,
8184
/* $FlowFixMe(>=0.111.0) This comment suppresses an error found when Flow

0 commit comments

Comments
 (0)