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

View File

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