Skip to content

Commit

Permalink
Update tests in backport PR 3020 with correct paths (#3315)
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki authored Jan 25, 2023
1 parent 2c5c329 commit 4be1eea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ ruleTester.run('@osd/eslint/no-restricted-paths', rule, {
],
},
{
code: 'import b from "testfiles/no_restricted_paths/server/deep/deeper/e.js"',
filename: path.join(__dirname, 'testfiles/no_restricted_paths/server/deep/d.js'),
code: 'import b from "files/no_restricted_paths/server/deep/deeper/e.js"',
filename: path.join(__dirname, 'files/no_restricted_paths/server/deep/d.js'),
options: [
{
basePath: __dirname,
Expand Down

0 comments on commit 4be1eea

Please sign in to comment.