grandma icon indicating copy to clipboard operation
grandma copied to clipboard

afterAll executes with the wrong context

Open catdad opened this issue 6 years ago • 0 comments

If the context is modified in the thread tasks (beforeEach, test, and afterEach), the context object of the afterAll method will be wrong. The context will be the context object as it existed in the beforeAll method... the modified context is never shared back to the parent.

catdad avatar Jun 28 '18 00:06 catdad