summaryrefslogtreecommitdiff
path: root/test/parallel/test-promises-unhandled-rejections.js
Commit message (Expand)AuthorAgeFilesLines
* 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