Hi.
I tried to look into it for a few days but with no success.
We have a situation where we have a lot of tests suites.
Unfortunately beforeAll every test suite we start the app and after all we close the app.
We are trying find beforeAllSuite hook that we can start the App and afterAllSuites to close the app
This will increase the tests time and memory consumption to a different level and because we have a lot of tests it takes a lot of time
Anyone know something we can use?
I also searched on the Nest but with no success