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
All my suites fail using Node 11.11.0 with the following
FAIL tests/lib/utils/getRenderer.test.js
β Test suite failed to run
TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<process>'
at _default (node_modules/jest-util/build/createProcessObject.js:85:34)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
π Bug Report
All my suites fail using Node 11.11.0 with the following
To Reproduce
Steps to reproduce the behavior:
yarn
yarn jest
Expected behavior
All tests should pass, but in fact all tests fail
The text was updated successfully, but these errors were encountered: