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 10, 2022
1 parent 061e8e9 commit a5bad73
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 a5bad73

Please sign in to comment.