Vincit / objection-graphql

GraphQL schema generator for objection.js
MIT License
307 stars 35 forks source link

Mutation Tests are not passing correctly, the mutation is not actually written to the test DB #72

Open Trellian opened 5 years ago

Trellian commented 5 years ago

The tests for 'ExtendWithMutations' are not correct, they do not actually write to and then read back from the DB.

I confirmed this by checking the DB manually before and after each extendWithMutations test