1Test whether Promise will be rejected if it is resolved with itself.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5PASS rejected
6PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
7PASS successfullyParsed is true
8
9TEST COMPLETE
10
11