summaryrefslogtreecommitdiff
path: root/test/parallel/test-promises-unhandled-rejections.js
Commit message (Expand)AuthorAgeFilesLines
* test: remove common.disableCrashOnUnhandledRejectionMichaël Zasso2021-04-141-3/+1
* promise: emit error on domain unhandled rejectionsBenjamin Gruenbaum2020-11-161-25/+0
* process: change default --unhandled-rejections=throwDan Fabulich2020-09-221-5/+4
* test: improve logged errorsRuben Bridgewater2020-02-091-5/+6
* process: fix promise catchingRongjian Zhang2019-12-161-0/+12
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* process: emit unhandled warning immediatelyAnatoli Papirovski2018-11-271-0/+19
* test: modify order of parameters for assertionMrityunjoy Saha2018-11-201-2/+2
* test: remove unused catch bindingscjihrig2018-11-061-1/+1
* test: reversed params in assert.strictEqual()Dusan Radovanovic2018-10-191-39/+39
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-1/+3
* promises: refactor rejection handlingAnatoli Papirovski2018-01-211-0/+13
* test: fix spelling in test case commentsTobias Nießen2018-01-111-1/+1
* test: add missing spaces in concatenationsVse Mozhet Byt2017-10-171-4/+4
* domain: remove `.dispose()`Anna Henningsen2017-09-201-1/+0
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-2/+2
* test: remove common.fail()Rich Trott2017-04-121-15/+15
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-82/+79
* test: use const for all require() callscjihrig2017-01-021-3/+3
* tools: enforce linebreak after ternary operatorsMichaël Zasso2016-12-221-3/+3
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-1/+1
* test: fix irregular whitespace issueRoman Reiss2016-01-261-8/+8
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-78/+90
* test: remove unused vars from parallel testsRich Trott2016-01-041-3/+2
* test: wrap assert.fail when passed to callbackMyles Borins2015-10-241-14/+14
* node: mark promises as handled as soon as possibleVladimir Kurchatkin2015-06-131-0/+15
* test: enable linting for testsRoman Reiss2015-05-191-58/+116
* node: implement unhandled rejection trackingPetka Antonov2015-02-241-0/+606