From 582f1f01f89e4261f3f3209ceea12b721af4acfd Mon Sep 17 00:00:00 2001 From: esbb48 Date: Wed, 22 Nov 2017 16:34:58 +0800 Subject: [PATCH] test: use common.crashOnUnhandledRejection PR-URL: https://github.com/nodejs/node/pull/17218 Reviewed-By: Gireesh Punathil Reviewed-By: James M Snell --- test/parallel/test-http-agent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/test-http-agent.js b/test/parallel/test-http-agent.js index 062809f0614ad7..106f641db72a18 100644 --- a/test/parallel/test-http-agent.js +++ b/test/parallel/test-http-agent.js @@ -23,6 +23,7 @@ const common = require('../common'); const assert = require('assert'); const http = require('http'); +common.crashOnUnhandledRejection(); const N = 4; const M = 4;