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

Fail faster on errors (#39) #40

Merged
merged 1 commit into from
Sep 22, 2016
Merged

Fail faster on errors (#39) #40

merged 1 commit into from
Sep 22, 2016

Conversation

jmakeig
Copy link
Owner

@jmakeig jmakeig commented Sep 20, 2016

Removes try/catch around calling the test implementation. The idea is to be more like Node programs that bail on uncaught errors. Tape does this too.

@jmakeig jmakeig added the bug label Sep 20, 2016
@jmakeig jmakeig added this to the 1.0 milestone Sep 20, 2016
@jmakeig jmakeig self-assigned this Sep 20, 2016
Removes try/catch around calling the test implementation. The idea is to be more like Node programs that bail on uncaught errors. Tape does this too. Accordingly, removes dependency on tape-catch.
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