Skip to content

Commit

Permalink
update lib => src in eslint plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper authored and wbinnssmith committed Apr 11, 2019
1 parent 897b2c8 commit e478286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
'use strict';

const {RuleTester} = require('eslint');
const rule = require('../../lib/rules/no-self-package-imports');
const rule = require('../../src/rules/no-self-package-imports');

const message =
'Do not require a module by package name within the same package.';
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/eslint-plugin/test/utils.test.js
Expand Up @@ -9,7 +9,7 @@ const {
isStaticRequire,
isStaticResolve,
relativePathForRequire
} = require('../lib/utils');
} = require('../src/utils');

const pkgInfo = readPkgUp.sync({cwd: __dirname});
const pkgPath = pkgInfo.path;
Expand Down

0 comments on commit e478286

Please sign in to comment.