Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 27, 2022
1 parent 91fdd0c commit 7f001c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-link/test/apollo-link.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Yoga Apollo Link', () => {
const endpoint = '/graphql'
const hostname = '127.0.0.1'
const yoga = createYoga({
endpoint,
graphqlEndpoint: endpoint,
logging: false,
maskedErrors: false,
schema: {
Expand Down
2 changes: 1 addition & 1 deletion packages/urql-exchange/test/urql-exchange.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('graphExchange', () => {
const endpoint = '/graphql'
const hostname = '127.0.0.1'
const yoga = createYoga({
endpoint,
graphqlEndpoint: endpoint,
logging: false,
maskedErrors: false,
schema: {
Expand Down

0 comments on commit 7f001c4

Please sign in to comment.