Don't load top-level config in internal test (#13720)
This commit is contained in:
parent
6436733d7d
commit
4ffbcc4bb2
@ -15,6 +15,7 @@ function getPath(input, parserOpts = {}) {
|
|||||||
...parserOpts,
|
...parserOpts,
|
||||||
},
|
},
|
||||||
filename: "example.js",
|
filename: "example.js",
|
||||||
|
configFile: false,
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
"OptionalMemberExpression|OptionalCallExpression"(path) {
|
"OptionalMemberExpression|OptionalCallExpression"(path) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user