Skip to content

test: use shorthand properties in tests

This updates the tests to use shorthand property declarations when all properties can be converted to the shortened notation (with two exceptions).

{ a: a, b: b, ... } becomes { a, b }, but { a: a, b: c, ... } remains { a: a, b: c, ... }.

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

test

Merge request reports

Loading