You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
dapp-tic-tac-toe requires Jest 23 because react-scripts has not updated yet. See here for more. Since react-scripts has a dependency on an older version, it causes some issues with the monorepo correctly installing both.
To resolve this (and until react-scripts upgrades to Jest 24 we install Jest 23 as default on the majority of packages (so it is hoisted to the root) and Jest 24 only on node and playground because it uses the globalSetup and globalTeardown tranformer functionality released in Jest 24.
The text was updated successfully, but these errors were encountered:
dapp-tic-tac-toe
requires Jest 23 becausereact-scripts
has not updated yet. See here for more. Sincereact-scripts
has a dependency on an older version, it causes some issues with the monorepo correctly installing both.To resolve this (and until
react-scripts
upgrades to Jest 24 we install Jest 23 as default on the majority of packages (so it is hoisted to the root) and Jest 24 only onnode
andplayground
because it uses theglobalSetup
andglobalTeardown
tranformer functionality released in Jest 24.The text was updated successfully, but these errors were encountered: