node/lib/internal/test_runner
Antoine du Hamel cbcefdf253
lib: enforce use of trailing commas in more files
Some part of the codebase already use trailing commas, this commit is
adding a lint rule to ensure it stays this way.
This commit also adds the rule for a few files that were missing only
one or two trailing commas.

PR-URL: https://github.com/nodejs/node/pull/46655
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
2023-02-16 18:47:24 +01:00
..
reporter lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
coverage.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
harness.js lib: enforce use of trailing commas in more files 2023-02-16 18:47:24 +01:00
mock.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
runner.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tap_checker.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tap_lexer.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tap_parser.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
test.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
tests_stream.js test_runner: add initial code coverage support 2023-01-08 16:09:41 -05:00
utils.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
yaml_to_js.js lib: enforce use of trailing commas in more files 2023-02-16 18:47:24 +01:00