Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix import error that causes test failure (#2090)
Summary: When I run `yarn test`, I got a test case failure from facebookexperimental/Recoil#2078 that says ``` You'll find more details and examples of these config options in the docs: https://jestjs.io/docs/en/configuration.html Details: Recoil/packages/shared/util/__tests__/Recoil_RecoilEnv-test.js:13 import { IS_INTERNAL } from 'Recoil_TestingUtils'; ``` This PR is a fix for that Pull Request resolved: facebookexperimental/Recoil#2090 Reviewed By: wd-fb Differential Revision: D41105610 Pulled By: drarmstr fbshipit-source-id: 3ef1e854fbe75167d2c4d5289297aa07ebce9611
- Loading branch information