| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
| test('test', async (t) => { | ||
| t.after(common.mustNotCall(() => { | ||
| t.fail('should not run'); | ||
| })); | ||
| }); |
There was a problem hiding this comment.
| test('test', async (t) => { | |
| t.after(common.mustNotCall(() => { | |
| t.fail('should not run'); | |
| })); | |
| }); | |
| test('test', (t) => { | |
| t.after(common.mustNotCall()); | |
| }); |
Sorry, something went wrong.
Sorry, something went wrong.
PR-URL: nodejs#51389 Fixes: nodejs#51371 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs#51389 Fixes: nodejs#51371 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
Fixes: #51371
(recreated because apparently if you force push on a closed PR it cannot be reopened)