Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jul 7, 2019
1 parent b18b721 commit 6e81bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/compileGraphQLTag.js
Expand Up @@ -67,7 +67,7 @@ function createAST(t, state, path, graphqlDefinition, deprecated) {

const modernNode = deprecated
? null
: createModernNode(t, graphqlDefinition, state, {
: createModernNode(t, path, graphqlDefinition, state, {
artifactDirectory,
eagerESModules,
buildCommand,
Expand Down

0 comments on commit 6e81bfd

Please sign in to comment.