Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 648 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 648 Bytes

Contributing to Json2GraphQL

Issues

Please open an issue related to your work.

Local developmet

  1. Make changes and save

  2. Run the executable in the bin directory to test your code. Treat the executable as the command. For example:

    $ bin/run --help
    

Testing

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