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 tape usage #421

Merged
merged 2 commits into from
Feb 12, 2019
Merged

Fix tape usage #421

merged 2 commits into from
Feb 12, 2019

Conversation

orangejulius
Copy link
Member

As of tape-testing/tape#403, tape requires calling end() at the end of top level tests if there are only nested tests. We use this pattern extensively, so some updates are required.

I also removed one entire test suite (index.js) because it was doing nothing but making the whosonfirst interface more brittle.

Fixes #420

These interface tests do nothing but make the code brittle and harder to
change.
As of tape-testing/tape#403, tape requires calling
`end()` at the end of top level tests if there are only nested tests. We
use this pattern extensively

Fixes #420
@orangejulius orangejulius merged commit b874257 into master Feb 12, 2019
@orangejulius orangejulius deleted the fix-tape-usage branch February 12, 2019 19:26
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