From 1d7d501828a9f4fd538572956f92155e3bfd0bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Le=20Ma=C3=AEtre?= Date: Sat, 8 Nov 2025 13:25:41 +0100 Subject: [PATCH 1/2] test: testing strict ignore pattern --- tests/lib/rules/no-undef-components.js | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/tests/lib/rules/no-undef-components.js b/tests/lib/rules/no-undef-components.js index 37a3bec68..0ef4580a6 100644 --- a/tests/lib/rules/no-undef-components.js +++ b/tests/lib/rules/no-undef-components.js @@ -108,6 +108,7 @@ tester.run('no-undef-components', rule, { } ] }, + // circular references { filename: 'test.vue', @@ -685,6 +686,7 @@ tester.run('no-undef-components', rule, { } } ], + invalid: [ //