This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a temporary solution to unblock our release. See this SO: https://goo.gl/dpWurj The correct solution is to update to the latest Jest, however it looks like it may require a bump and reconfig of babel/babel-plugins. ``` FAIL test/web3.test.js ● Test suite failed to run TypeError: this.setDynamic is not a function at PluginPass.pre (node_modules/babel-plugin-transform-runtime/lib/index.js:31:12) at transformFile (node_modules/@babel/core/lib/transformation/index.js:78:27) at runSync (node_modules/@babel/core/lib/transformation/index.js:45:3) at transformSync (node_modules/@babel/core/lib/transform.js:43:38) at ScriptTransformer.transformSource (node_modules/@jest/transform/build/ScriptTransformer.js:367:35) at ScriptTransformer._transformAndBuildScript (node_modules/@jest/transform/build/ScriptTransformer.js:437:40) at ScriptTransformer.transform (node_modules/@jest/transform/build/ScriptTransformer.js:493:19) ``` Relevant Jest issue: facebook/create-react-app#6591
- Loading branch information