From 65a200d2aa09fd9448b2ece14b7c213520c86d8e Mon Sep 17 00:00:00 2001 From: fisker Date: Thu, 8 May 2025 20:12:59 +0800 Subject: [PATCH] Add test --- test/shared/simple-array-search-rule-tests.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/shared/simple-array-search-rule-tests.js b/test/shared/simple-array-search-rule-tests.js index 49c3433e8a..ceafaa15d4 100644 --- a/test/shared/simple-array-search-rule-tests.js +++ b/test/shared/simple-array-search-rule-tests.js @@ -1,4 +1,5 @@ import outdent from 'outdent'; +import {parsers} from '../utils/test.js'; function snapshotTests({method, replacement}) { return { @@ -122,6 +123,10 @@ function snapshotTests({method, replacement}) { }).call(thisObject, anotherFunctionNamedA, secondArgument) }) `, + { + code: ``, + languageOptions: {parser: parsers.vue}, + }, ], }; }