Don't load top-level config in internal test (#13720)

This commit is contained in:
Nicolò Ribaudo 2021-09-01 15:57:41 +02:00 committed by GitHub
parent 6436733d7d
commit 4ffbcc4bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ function getPath(input, parserOpts = {}) {
...parserOpts,
},
filename: "example.js",
configFile: false,
}),
{
"OptionalMemberExpression|OptionalCallExpression"(path) {