Closed
Description
A very biased list of tests that could enjoy some non-trivial refactoring
- Make test compliant with the test writing guide
- Make sure the test has a general description (PR or issue references most welcome)
- Make sure test cases are well separated (IIFE, functions, or just scopes) and documented
- Refactor away non-trivial micro-test-harnesses β example sequential/test-debugger-debug-brk.js
- Proper use of
test/common
utilities
new entries
- parallel/test-console.js - after console: coerce label to string in console.time()Β #14643 lands this test should assert the expected outputs. Currently it only checks that values are written to
stdout
and don't throw.