Skip to content

Commit

Permalink
Deploy suppressions ahead of 0.183.0 to xplat
Browse files Browse the repository at this point in the history
Reviewed By: SamChou19815

Differential Revision: D38020751

fbshipit-source-id: d32b15429605d2c42195d98de9e5455926f0022b
  • Loading branch information
pieterv authored and facebook-github-bot committed Jul 21, 2022
1 parent a121b33 commit 32b5f18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ describe.each(['RelayModernEnvironment', 'MultiActorEnvironment'])(
expect(next.mock.calls.length).toBe(1);
expect(complete).not.toBeCalled();
expect(error).not.toBeCalled();
// $FlowFixMe[prop-missing]
const nextID = payload.extensions?.__relay_subscription_root_id;
const nextOperation = createReaderSelector(
operation.fragment.node,
Expand Down Expand Up @@ -377,6 +378,7 @@ describe.each(['RelayModernEnvironment', 'MultiActorEnvironment'])(
'RelayModernEnvironmentExecuteSubscriptionWithMatchTestMarkdownUserNameRenderer_name$normalization.graphql',
);

// $FlowFixMe[prop-missing]
const nextID = payload.extensions?.__relay_subscription_root_id;
const nextOperation = createReaderSelector(
operation.fragment.node,
Expand Down

0 comments on commit 32b5f18

Please sign in to comment.