Skip to content

Commit

Permalink
remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 2, 2020
1 parent fb2e526 commit a531e78
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 @@ -61,7 +61,7 @@ function find(
extensions: Array<string>,
ignore: IgnoreMatcher,
callback: Callback,
enableSymlinks?: boolean,
enableSymlinks: boolean,
): void {
const result: Result = [];
let activeCalls = 0;
Expand Down

0 comments on commit a531e78

Please sign in to comment.