Skip to content

Commit

Permalink
Don't load top-level config in internal test (#13720)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 1, 2021
1 parent 6436733 commit 4ffbcc4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ function getPath(input, parserOpts = {}) {
...parserOpts,
},
filename: "example.js",
configFile: false,
}),
{
"OptionalMemberExpression|OptionalCallExpression"(path) {
Expand Down

0 comments on commit 4ffbcc4

Please sign in to comment.