Skip to content

Commit

Permalink
simplify module.file to file (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diokuz authored and jeysal committed Jul 8, 2019
1 parent 2e5d936 commit b490978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-resolve-dependencies/src/index.ts
Expand Up @@ -101,7 +101,7 @@ class DependencyResolver {
related.delete(file);
}
visitedModules.add(file);
acc.push(module.file);
acc.push(file);
return acc;
}, []),
);
Expand Down

0 comments on commit b490978

Please sign in to comment.