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

Fix order of synchronous children of async tests #252

Closed
wants to merge 4 commits into from

Conversation

kl0tl
Copy link
Contributor

@kl0tl kl0tl commented Feb 13, 2016

Fixes #222.

If no `timeout` option is provided `tap` waits 30 seconds before ending the test. The timer block the `beforeExit` event and prevent the nested tests to ever run.
If a test is supposed to be implicitly ended by its children a timer will fail it and prevent its children to run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant