-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Document unexpected t.end()
behavior
#279
Conversation
Please merge this! |
@kl0tl I suppose And But sync part may use |
Basically, |
Yup, yeah pretty much - for consistency I never use |
This comment has been minimized.
This comment has been minimized.
08245ef
to
b505c4c
Compare
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
=======================================
Coverage 74.15% 74.15%
=======================================
Files 19 19
Lines 766 766
Branches 146 146
=======================================
Hits 568 568
Misses 198 198 Continue to review full report at Codecov.
|
- [Fix] preserve stack traces for returned Promises (async/await) (#537) - [Robustness] cache and call-bind more prototype methods - [Refactor] use `call-bind/callBound` instead of `function-bind` directly - [readme] Document unexpected `t.end()` behavior (#279) - [readme] Added tabe into reporter list (#249) - [readme] improve method docs - [meta] do not publish github action workflow files - [meta] run `aud` in `posttest` - [meta] add Automatic Rebase and Require Allow Edits workflows - [eslint] ensure no trailing commas - [eslint] fix some inconsistencies - [Tests] make `stripFullStack` output an array of lines, for better failure messages - [Tests] add `npm run test:example` to test non-failing examples. - [Tests] migrate tests to Github Actions (#538) - [Tests] skip Promise tests when Promises are not available - [Tests] run `nyc` on all tests - [Tests] add `timeoutAfter` test with Promises
See #222 for motivation.