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

Steps and assertions that reject to undefined cause bigtest to hang #1019

Closed
cowboyd opened this issue Oct 12, 2021 · 1 comment
Closed

Steps and assertions that reject to undefined cause bigtest to hang #1019

cowboyd opened this issue Oct 12, 2021 · 1 comment

Comments

@cowboyd
Copy link
Member

cowboyd commented Oct 12, 2021

This isn't a normal case, but I noticed that when setting up an example project where I wanted to just stub out a failed assertion

export default test('bare reject')
  .assertion('rejected with no argument', Promise.reject());

Expected behavior would be a rejection.

@cowboyd
Copy link
Member Author

cowboyd commented Oct 13, 2021

Duplicate of #1015

@cowboyd cowboyd marked this as a duplicate of #1015 Oct 13, 2021
@cowboyd cowboyd closed this as completed Oct 13, 2021
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

No branches or pull requests

1 participant