Skip to content

test: refactor test-repl-mode.js

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
Affected core subsystem(s)
  • test
Description of change
    * var -> const/let
    * assert.equal() -> assert.strictEqual()

Merge request reports

Loading