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}, + }, ], }; }