Skip to content

Commit

Permalink
wip: symlinks in jest-haste-map
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 25, 2018
1 parent 51044cd commit fca9860
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 175 deletions.
1 change: 0 additions & 1 deletion packages/jest-haste-map/src/crawlers/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ module.exports = function nodeCrawl(
}
});
data.files = files;
data.links = new Map();
resolve(data);
};

Expand Down
Loading

0 comments on commit fca9860

Please sign in to comment.