Skip to content

Commit

Permalink
better todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Apr 21, 2022
1 parent 6062c83 commit 65ecaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-resolve/src/defaultResolver.ts
Expand Up @@ -79,7 +79,7 @@ const defaultResolver: SyncResolver = (path, options) => {
return pnpResolver(path, options);
}

// @ts-expect-error: TODO packageFilter typings should be fixed in @types/resolve
// @ts-expect-error: TODO remove after merging https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59990
const resolveOptions: UpstreamResolveOptionsWithConditions = {
...options,
isDirectory,
Expand Down

0 comments on commit 65ecaa9

Please sign in to comment.