Skip to content

test: use const for all require() calls

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/requires into master

This commit assigns the results of every require() to a const variable. This follows the style used in /lib.

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

test

Merge request reports

Loading