Skip to content

test: refactor the code of test-keep-alive.js

Rodrigo Muino Tomonari requested to merge github/fork/sivaprs/test-2017_3 into master
  • use const and let instead of var
  • use assert.strictEqual instead of assert.equal
  • use arrow functions
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

description

  • use const and let instead of var
  • use assert.strictEqual instead of assert.equal
  • use arrow functions

Merge request reports

Loading