From ad652e5408cf5281fd5ffa774f721bf79c0a62d9 Mon Sep 17 00:00:00 2001 From: fisker Date: Sat, 6 Jan 2024 16:23:55 +0800 Subject: [PATCH] Fix --- test/string-content.mjs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/string-content.mjs b/test/string-content.mjs index c52f33fa0e..90d4241e0c 100644 --- a/test/string-content.mjs +++ b/test/string-content.mjs @@ -46,11 +46,13 @@ const createSuggestionError = (match, suggest, output) => [ test({ testerOptions: { - parserOptions: { - ecmaFeatures: { - jsx: true, + languageOptions: { + parserOptions: { + ecmaFeatures: { + jsx: true, + }, }, - }, + } }, valid: [ 'const foo = "";',