graphql-engine/v3/crates/jsonapi
Daniel Harvey a275966b7b Basic test framework for jsonapi (#1091)
<!-- The PR description should answer 2 important questions: -->

### What

Let's add a test!

(and check it still works 👍 )

<img width="405" alt="Screenshot 2024-09-10 at 13 05 01"
src="https://github.com/user-attachments/assets/6a49feaa-bd0b-4137-a9d5-a1e1336d9fa6">

### How

Glob a folder for test files, parse them and run them against the
functions.

V3_GIT_ORIGIN_REV_ID: cc3e0d8cfb6f5eaa58cf72dab97e7220a57e7673
2024-09-10 15:14:33 +00:00
..
src Basic test framework for jsonapi (#1091) 2024-09-10 15:14:33 +00:00
tests Basic test framework for jsonapi (#1091) 2024-09-10 15:14:33 +00:00
Cargo.toml Basic test framework for jsonapi (#1091) 2024-09-10 15:14:33 +00:00
readme.md Empty jsonapi crate (#1088) 2024-09-10 10:58:37 +00:00

jsonapi

A place to put all the pieces whilst we work things out