From 26bd79d572d34f86ff3d8ef23390bccbd7129e8b Mon Sep 17 00:00:00 2001 From: Scott Newcomer Date: Thu, 10 Nov 2022 11:52:50 -0600 Subject: [PATCH] add missing output to test --- tests/src/rules/no-duplicates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/src/rules/no-duplicates.js b/tests/src/rules/no-duplicates.js index 7e4bacdc99..1530f9da3d 100644 --- a/tests/src/rules/no-duplicates.js +++ b/tests/src/rules/no-duplicates.js @@ -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: [ {