Skip to content

Commit

Permalink
supress flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 7, 2019
1 parent ae06d6a commit d676d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-circus/src/formatNodeAssertErrors.js
Expand Up @@ -7,6 +7,7 @@
* @flow strict-local
*/

// $FlowFixMe: Converted to TS
import type {DiffOptions} from 'jest-diff/src/diffStrings';
import type {Event, State} from 'types/Circus';

Expand Down
1 change: 1 addition & 0 deletions packages/jest-jasmine2/src/assertionErrorMessage.js
Expand Up @@ -7,6 +7,7 @@
* @flow
*/

// $FlowFixMe: Converted to TS
import type {DiffOptions} from 'jest-diff/src/diffStrings';

import {diff, printReceived, printExpected} from 'jest-matcher-utils';
Expand Down

0 comments on commit d676d5f

Please sign in to comment.