Skip to content

Commit

Permalink
Update exports snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Dec 12, 2024
1 parent 6ed10bb commit e1d90c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/__tests__/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ import * as linkUtils from "../link/utils";
import * as linkWS from "../link/ws";
import * as masking from "../masking";
import * as react from "../react";
import * as reactComponents from "../react/components";
import * as reactContext from "../react/context";
import * as reactHOC from "../react/hoc";
import * as reactHooks from "../react/hooks";
import * as reactInternal from "../react/internal";
import * as reactParser from "../react/parser";
Expand Down Expand Up @@ -71,9 +69,7 @@ describe("exports of public entry points", () => {
check("@apollo/client/link/ws", linkWS);
check("@apollo/client/masking", masking);
check("@apollo/client/react", react);
check("@apollo/client/react/components", reactComponents);
check("@apollo/client/react/context", reactContext);
check("@apollo/client/react/hoc", reactHOC);
check("@apollo/client/react/hooks", reactHooks);
check("@apollo/client/react/internal", reactInternal);
check("@apollo/client/react/parser", reactParser);
Expand Down

0 comments on commit e1d90c6

Please sign in to comment.