Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeysal committed Jun 16, 2018
1 parent cd2ba7a commit b6b2c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('finds a module without a leading "./" relative to one of the given paths',
);
});

test('finds a node_module above one of the given paths', () => {
test.skip('finds a node_module above one of the given paths', () => {
expect(require.resolve('mod', {paths: ['../dir']})).toEqual(
resolve(__dirname, '..', 'node_modules', 'mod', 'index.js')
);
Expand Down

0 comments on commit b6b2c03

Please sign in to comment.