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
● Test suite failed to run
Cannot find module '_stream_transform' from 'index.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:191:17)
at Object.<anonymous> (node_modules/thru/index.js:1:106)
The root causes is that npm.im/builtin-modules does not list _stream_transform, because it is not part of the documented node API.
The root causes is that npm.im/builtin-modules does not list _stream_transform, because it is not part of the documented node API.
jest-resolve -> is-builtin-module -> builtin-modules
The text was updated successfully, but these errors were encountered: