Skip to content

Commit

Permalink
adjust sample data in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Jan 28, 2018
1 parent 6a5e1a2 commit 2276746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-resolve/src/__tests__/resolve.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ describe('Resolver.getModulePaths() -> nodeModulesPaths()', () => {
const Resolver = require('../');

const cwd = '/temp/project';
const src = '/root/path/to/node_modules';
const src = '/path/to/node_modules';
const resolver = new Resolver(moduleMap, {
moduleDirectories: [src, 'node_modules'],
});
Expand Down

0 comments on commit 2276746

Please sign in to comment.