Run a unit test after restarting the microservice

Issue

This Content is from Stack Overflow. Question asked by TOH19

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



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?