Skip to content

Commit

Permalink
followup to changed flow suppressions
Browse files Browse the repository at this point in the history
Reviewed By: dsainati1

Differential Revision: D22492303

fbshipit-source-id: 092ef834ec258a0a4d7441fc3d2cafa6c7089bcc
  • Loading branch information
kassens authored and facebook-github-bot committed Jul 13, 2020
1 parent 0dcd1d3 commit ef7398f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ describe('useLazyLoadQueryNode', () => {
});

it('force a refetch in fast refresh', () => {
// $FlowFixMe[cannot-resolve-module] This module is not available on www.
const ReactRefreshRuntime = require('react-refresh/runtime');
ReactRefreshRuntime.injectIntoGlobalHook(global);
const V1 = function(props) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ describe('useLazyLoadQueryNode', () => {
});

it('force a refetch in fast refresh', () => {
// $FlowFixMe[cannot-resolve-module] This module is not available on www.
const ReactRefreshRuntime = require('react-refresh/runtime');
ReactRefreshRuntime.injectIntoGlobalHook(global);
let commit;
Expand Down

0 comments on commit ef7398f

Please sign in to comment.