Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 1, 2021
1 parent dcda5ba commit 9beb09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-haste-map/src/crawlers/node.ts
Expand Up @@ -241,7 +241,7 @@ export = async function nodeCrawl(
});
};

if (useNativeFind) {
if (useNativeFind && process.env.FORCE_NODE_CRAWL !== 'true') {
findNative(roots, extensions, ignore, enableSymlinks, callback);
} else {
find(roots, extensions, ignore, enableSymlinks, callback);
Expand Down

0 comments on commit 9beb09b

Please sign in to comment.