Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add issue reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Mar 27, 2019
1 parent 54d8f61 commit be79785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/react-apollo.cjs.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file is a temporary hack used by `test-utils` to make sure
// the CJS bundled version of the codebase (via `lib/react-apollo.cjs.js`) is
// used when running tests, instead of the ESM version. Otherwise when tests
// are run parts use ESM and parts use CJS, which leads to issues around
// sharing React internals like Context.
// used when running tests.
//
// See: https://github.com/apollographql/react-apollo/issues/2900
//
// This hack is temporary as the `test-utils` will be moved into their own
// repo in React Apollo 3.0.
Expand Down

0 comments on commit be79785

Please sign in to comment.