Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: change indexOf to includes in ecdh-disable
Updates test/parallel/test-tls-ecdh-disable.js on line 34 so that assert.notEqual is changed to just assert. Then in place of indexOf, includes() is used. The callback on line 31 has been wrapped in common.mustCall() in order to ensure that this callback is only made one time.
- Loading branch information