@schickling@nilan@agartha Hi there!
I am testing all my back-end. I wonder if there is a way to reset all the database (clear all the data) each time I run my tests. I am using Jest and I would like to reset the database in
beforeAll()
before all the tests run.
Is there any way to reset the database or do I have to do it manually (writing mutations for each type)?
Thanks.