Skip to content

assert: apply minor refactoring

Rodrigo Muino Tomonari requested to merge github/fork/Trott/assert-cleanup into master
  • Remove comment referring to the CommonJS Unit Testing 1.0 spec. This module is no longer intended to comply with that spec.
  • Remove puzzling "THIS IS NOT TESTED NOR LIKELY TO WORK OUTSIDE V8!" comment. No doubt, it made sense at one time.
  • Favor === over == in two places.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

assert

Merge request reports

Loading