diff --git a/test/cases/esm/import-meta/warnings.js b/test/cases/esm/import-meta/warnings.js index f4f3b300811..d8fc384d81d 100644 --- a/test/cases/esm/import-meta/warnings.js +++ b/test/cases/esm/import-meta/warnings.js @@ -1,3 +1,5 @@ module.exports = [ - [/Accessing import.meta directly is unsupported \(only property access or destructuring is supported\)/] + [ + /Accessing import.meta directly is unsupported \(only property access or destructuring is supported\)/ + ] ];