gitcoinco / grants-stack-api

GNU Affero General Public License v3.0
13 stars 2 forks source link

tests for graph queries #25

Open hmrtn opened 1 year ago

hmrtn commented 1 year ago

Is your feature request related to a problem? Please describe. Tests are a good idea. Describe the solution you'd like This would test all of the utils::*_query that make graph protocol requests.

Describe alternatives you've considered Not. Additional context See here for docs on testing. We'll need to mock graph requests.