Skip to content

test: fix typo in test-cli-node-options.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

test, cli

expect was probably a typo, as it is a function and will always be undefined as JSON.

The previous test() check infers it should be want.

cc @sam-github

Merge request reports

Loading