mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 18:54:28 +00:00

PR-URL: https://github.com/nodejs/node/pull/20603 Refs: https://github.com/v8/v8/compare/6.6.346.27...6.6.346.31 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaël Zasso <targos@protonmail.com>
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
Test whether Promise treats thenable correctly.
|
|
|
|
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
The promise is already rejected now.
|
|
PASS rejected
|
|
PASS result is "hello"
|
|
PASS successfullyParsed is true
|
|
|
|
TEST COMPLETE
|
|
|