Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Sep 10, 2021
1 parent e2a1459 commit d782835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jest-resolve/src/__tests__/resolve.test.ts
Expand Up @@ -178,8 +178,7 @@ describe('findNodeModuleAsync', () => {
expect(userResolverAsync.async.mock.calls[0][1]).toStrictEqual({
basedir: '/',
browser: true,
defaultResolver,
defaultResolverAsync,
defaultResolver: defaultResolverAsync,
extensions: ['js'],
moduleDirectory: ['node_modules'],
paths: (nodePaths || []).concat(['/something']),
Expand Down

0 comments on commit d782835

Please sign in to comment.