Skip to content

Commit

Permalink
add missing output to test
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Nov 21, 2022
1 parent 60fb5a0 commit b7d920f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/rules/no-duplicates.js
Expand Up @@ -486,6 +486,7 @@ context('TypeScript', function () {
const invalid = [
test({
code: "import type x from './foo'; import type y from './foo'",
output: "import type x from './foo'; import type y from './foo'",
...parserConfig,
errors: [
{
Expand Down

0 comments on commit b7d920f

Please sign in to comment.