Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

afterAll executes with the wrong context #178

Open
catdad opened this issue Jun 28, 2018 · 0 comments
Open

afterAll executes with the wrong context #178

catdad opened this issue Jun 28, 2018 · 0 comments

Comments

@catdad
Copy link
Owner

catdad commented Jun 28, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
uncategorized
  
backlog
Development

No branches or pull requests

1 participant