Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks jest testing framework #1

Closed
billiegoose opened this issue Oct 6, 2017 · 1 comment
Closed

Breaks jest testing framework #1

billiegoose opened this issue Oct 6, 2017 · 1 comment

Comments

@billiegoose
Copy link

  ● 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.

jest-resolve -> is-builtin-module -> builtin-modules

@billiegoose
Copy link
Author

Closing this and moving to sindresorhus/builtin-modules#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant