1Test Promise.prototype.catch.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5PASS thisInInit is undefined
6PASS firstPromise instanceof Promise is true
7PASS secondPromise instanceof Promise is true
8PASS thisInOnFulfilled is undefined
9PASS result is "hello"
10PASS result is "bye"
11PASS fulfilled
12PASS successfullyParsed is true
13
14TEST COMPLETE
15
16