We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fb-watchman
I am using metro which uses jest-haste-map which uses fb-watchman to send commands using BSER.
metro
jest-haste-map
I've tried the same command in the CLI and in metro and in metro I get many fewer results and no node_modules dependencies.
node_modules
What could be causing this? Does watchman avoid node_modules dirs?
The text was updated successfully, but these errors were encountered:
Actually, turns out that I was not running exactly the same command. When I run exactly the same command I get the same result.
Actually it was caused by this: jestjs/jest#10063
Sorry, something went wrong.
No branches or pull requests
I am using
metro
which usesjest-haste-map
which usesfb-watchman
to send commands using BSER.I've tried the same command in the CLI and in
metro
and inmetro
I get many fewer results and nonode_modules
dependencies.What could be causing this? Does watchman avoid
node_modules
dirs?The text was updated successfully, but these errors were encountered: