Skip to content

changed var to const, added strict equality checks

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

test fs

Description of change

Changed var to const where appropriate. Substituted assert.strictEqual for assert.equal for better type checks.

Merge request reports

Loading