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

Asynchronously declared nested tests w/ plan() w/o end() #98

Merged
1 commit merged into from
Aug 16, 2014

Conversation

andrewdeandrade
Copy link
Contributor

Since substack/tape shares many of the same tests with isaacs/node-tap (I assume the tests here came from node-tap), I am adding a test from node-tap that I wrote to tape.

Recently I added (to node-tap) support for asynchronously declaring nested tests to node-tap when you've given a plan() (the plan() lets it knows to wait for asynchronously created nested test harnesses). I added this same test to tape in this pull request. No further modifications were needed to tape since this test passed right out of the box. ... Plus it never hurts to have more tests. :)

Here is the PR on node-tap from where this test was pulled from: tapjs/tapjs#103

ghost pushed a commit that referenced this pull request Aug 16, 2014
Asynchronously declared nested tests w/ plan() w/o end()
@ghost ghost merged commit 3cef0da into tape-testing:master Aug 16, 2014
This pull request was closed.
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