Skip to content

Commit

Permalink
revert this change
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Mar 21, 2024
1 parent bb3be6d commit 01cf299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('resolve', function () {
});

it('finds resolvers from the source files rather than eslint-module-utils', function () {
const testContext = utils.testContext({ 'import/resolver': { './foo-bar-resolver-v2': {} } });
const testContext = utils.testContext({ 'import/resolver': { foo: {} } });

expect(resolve(
'../files/foo',
Expand Down

0 comments on commit 01cf299

Please sign in to comment.