Closed iainjreid closed 2 years ago
Currently all of the hooks registered for a test suite are run before the test itself is executed. The afterEach and afterAll hooks should delayed until the test is completed.
afterEach
afterAll
PR with a fix to follow! 👍
Fixed by #44
Currently all of the hooks registered for a test suite are run before the test itself is executed. The
afterEach
andafterAll
hooks should delayed until the test is completed.PR with a fix to follow! 👍