Please open an issue related to your work.
-
Make changes and save
-
Run the executable in the
bin
directory to test your code. Treat the executable as the command. For example:$ bin/run --help
Please make sure you run the tests before making pull requests. All the pull requests will be run through tests before merging.
To run the tests locally, you will need an instance of Hasura GraphQL Engine running. To run the tests, run the command:
$ TEST_HGE_URL=https://hge.herokuapp.com npm test