pkgjs / parseargs

Polyfill of `util.parseArgs()`
Apache License 2.0
121 stars 9 forks source link

refactor: use arrow functions for tests #96

Closed shadowspawn closed 2 years ago

shadowspawn commented 2 years ago

Use arrow functions for tests.

Inconsistency noted: https://github.com/nodejs/node/pull/42675#discussion_r846693999

(Pretty sure this was also noted in an older PR, but can't find the reference.)