Skip to content

Commit

Permalink
simplify flow type
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 26, 2019
1 parent 8d60420 commit 82f3f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-resolve/src/defaultResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import nodeModulesPaths from './nodeModulesPaths';
type ResolverOptions = {|
basedir: Path,
browser?: boolean,
defaultResolver: (path: Path, config: ResolverOptions) => Path,
defaultResolver: typeof defaultResolver,
extensions?: Array<string>,
moduleDirectory?: Array<string>,
paths?: ?Array<Path>,
Expand Down

0 comments on commit 82f3f67

Please sign in to comment.