We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2ba7a commit b6b2c03Copy full SHA for b6b2c03
e2e/resolve-with-paths/__tests__/resolve-with-paths.test.js
@@ -20,7 +20,7 @@ test('finds a module without a leading "./" relative to one of the given paths',
20
);
21
});
22
23
-test('finds a node_module above one of the given paths', () => {
+test.skip('finds a node_module above one of the given paths', () => {
24
expect(require.resolve('mod', {paths: ['../dir']})).toEqual(
25
resolve(__dirname, '..', 'node_modules', 'mod', 'index.js')
26
0 commit comments