You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the tests per TESTING, but it's failing with:
$ GRAPHQURL_TEST_GRAPHQL_ENGINE_URL=http://localhost:8080/ GRAPHQURL_TEST_X_HASURA_ACCESS_KEY=myadminsecretkey npm test
> graphqurl@0.3.3 test /Users/dave/dev/graphqurl
> node test/index.test.js && node test/clearstate.test.js
✔︎ Mutation with promise
✔︎ Query with promise
✔︎ Mutation with callback
✔︎ Query with callback
✖ Subscription with promise
Mutation did not trigger an event null
npm ERR! Test failed. See above for more details.
I'm using the hasura/graphql-engine:v1.0.0-alpha44 Docker image, via this docker-compose.yml.
I was trying to run the tests per TESTING, but it's failing with:
I'm using the
hasura/graphql-engine:v1.0.0-alpha44
Docker image, via thisdocker-compose.yml
.I can repro 100%.
Here's what it looks like.
The text was updated successfully, but these errors were encountered: