1Test Promise rejection.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5PASS promiseState is "pending"
6PASS promiseState is "pending"
7PASS promiseState is "rejected"
8PASS promiseResult is "hello"
9PASS successfullyParsed is true
10
11TEST COMPLETE
12
13