mirror of
https://github.com/nodejs/node.git
synced 2025-05-21 06:53:52 +00:00
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
Test whether Promise will be rejected if it is resolved with itself.
|
|
|
|
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
PASS rejected
|
|
PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
|
|
PASS successfullyParsed is true
|
|
|
|
TEST COMPLETE
|
|
|