Run a unit test after restarting the microservice

Viewed 18

I am writing a unit test for an edge case function that should run after restarting the Node microservice (redeployment) and clear some Firebase nodes. But I am having an issue how to write it using Jest. Did anyone ever have to write a test case that should run after restarting the container?

0 Answers
Related