Skip to content

Commit

Permalink
fix: add additional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 1, 2017
1 parent 839547d commit 8fef5cf
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import gql from 'graphql-tag';

const foo = `query foo {foo}`;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const foo = `query foo {foo}`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": [
[
"../../../../src"
]
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import gql from 'graphql-tag';

const foo = bar`query foo {foo}`;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const foo = bar`query foo {foo}`;
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": [
[
"../../../../src"
]
]
}

0 comments on commit 8fef5cf

Please sign in to comment.