Skip to content

test: test-http-unix-socket.js - var -> const, assert.equal -> assert.strictEqual

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test, crypto

Description of change

changes assert.equal to assert.strictEqual to ensure specificity

changes var declarations to const to take advantage of es6 immutable bindings


edit: correct subsystem


Merge request reports

Loading