mentorpal / mentor-graphql

Other
0 stars 0 forks source link

mentor-graphql

Usage

A docker image that serves mentor-admins's node-based GraphQL api

Running Tests

make test

Development

Required Software

Any changes made to this repo should be covered by tests. To run the existing tests:

make test

All pushed commits must also pass format and lint checks. To check all required tests before a commit:

make test-all

To fix formatting issues:

make format

Technical Debt