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

Commit

Permalink
upgrade to flow 0.122.0
Browse files Browse the repository at this point in the history
Reviewed By: samwgoldman

Differential Revision: D20910409

fbshipit-source-id: 500d967cc72527d5a615a465a0651b451b045a53
  • Loading branch information
mroch authored and facebook-github-bot committed Apr 8, 2020
1 parent 3ee5a23 commit 97dd19b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ beforeEach(() => {
});

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

0 comments on commit 97dd19b

Please sign in to comment.