Migrate the remaining error tests in the `test/message` folder from Python to JS. Fixes: https://github.com/nodejs/node/issues/47707 PR-URL: https://github.com/nodejs/node/pull/49721 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
10 lines
288 B
Text
10 lines
288 B
Text
*timeout_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at Timeout._onTimeout (*timeout_throw.js:*:*)
|
|
at listOnTimeout (node:internal*timers:*:*)
|
|
at process.processTimers (node:internal*timers:*:*)
|
|
|
|
Node.js *
|