-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: Don't wrap the original Promise #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you also want to add a readme? Or should I?
test/index.test.ts
Outdated
expect(caughtError).toBeInstanceOf(Error) | ||
expect(caughtError?.message).toEqual('async error') | ||
}) | ||
|
||
test.only('async order preserved', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.only
are not allowed, not sure why CI doesn't fail
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woups. I missed it
I can but I'll have a limited availability until Monday included |
And I'll need pointers |
PR opened following a discussion with @sheremet-va on #44. I squashed all my commits together before opening the PR.