Skip to content

Commit

Permalink
Update tests/src/rules/no-absolute-path.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
adipascu and ljharb committed Dec 13, 2022
1 parent a3000a1 commit 766e30d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/rules/no-absolute-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ ruleTester.run('no-absolute-path', rule, {
filename: '/foo/bar/index.js',
options: [{ amd: true }],
errors: [error],
output:
'define(["../../some/path"], function (f) { /* ... */ })',
output: 'define(["../../some/path"], function (f) { /* ... */ })',
}),
],
});

0 comments on commit 766e30d

Please sign in to comment.