Varun
Varun
This is happening when a mochawesome.json file is already present in the directory where you are running the tests. Deleting that json will solve the issue.
It seems deleting an event won't actually delete the event but just tags it as cancelled. Hence when we do a get call we will be able to fetch the...
I was facing the same issue, but the problem was with my code. I was importing the same styles in different routes. Fixed it by importing the default styles in...