Skip to content

Commit

Permalink
Add @apollo/client/link/persisted-queries to the exports test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Aug 14, 2020
1 parent 60f2088 commit f53a592
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import * as linkContext from "../link/context";
import * as linkCore from "../link/core";
import * as linkError from "../link/error";
import * as linkHTTP from "../link/http";
import * as linkPersistedQueries from "../link/persisted-queries";
import * as linkRetry from "../link/retry";
import * as linkSchema from "../link/schema";
import * as linkUtils from "../link/utils";
Expand Down Expand Up @@ -47,6 +48,7 @@ describe('exports of public entry points', () => {
check("@apollo/client/link/core", linkCore);
check("@apollo/client/link/error", linkError);
check("@apollo/client/link/http", linkHTTP);
check("@apollo/client/link/persisted-queries", linkPersistedQueries);
check("@apollo/client/link/retry", linkRetry);
check("@apollo/client/link/schema", linkSchema);
check("@apollo/client/link/utils", linkUtils);
Expand Down

0 comments on commit f53a592

Please sign in to comment.