aaspinwall / collab

Collab project: We're currently building a decision maker app with Next.js on the frontend and graphQL / faunaDB on the backend.
https://collab-git-main.aaspinwall.vercel.app/
MIT License
5 stars 14 forks source link

Testing the back end #130

Closed cangoman closed 3 years ago

cangoman commented 3 years ago

Add tests to the roomByID query and addRoom mutation.

As a side note, we are still requiring the addRoom mutation to receive an id, but we are not using it, we generate it in the back end.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/aaspinwall/collab/huayleocm
✅ Preview: https://collab-git-fork-cangoman-main.aaspinwall.vercel.app

aaspinwall commented 3 years ago

Add tests to the roomByID query and addRoom mutation.

As a side note, we are still requiring the addRoom mutation to receive an id, but we are not using it, we generate it in the back end.

Is this the mysterious issue that @kolbymckeown found?

aaspinwall commented 3 years ago

Merged on #134