Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Fix failing test when using the domain module (#2126)
Fix a failure in `test/create-websocket-stream.test.js` if the domain module is loaded (e.g. due to `NODE_OPTIONS` in environment). The cause of the failure was that installing an `'uncaughtException'` event handler on `process` causes the domain module to prepend its own handler for the same event, which confused the test. Fixes #2124
- Loading branch information