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

reorganize test to avoid conflict with global afterEach #163

Merged

Conversation

jelhan
Copy link
Collaborator

@jelhan jelhan commented Nov 23, 2020

Global afterEach caused issues because it was running after every test even if part of a describe hook. Some describe blocks are running multiple tests against the same running development server. After fixing live reload support this showed strange timing issues. Moved all tests into describe hooks and avoided global afterEach to have a more fine granular control.

This is pulled out of #158.

@jelhan jelhan merged commit 813a87b into master Nov 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the reorganize-test-to-avoid-conflicting-global-after-each branch November 23, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant