1Promise.prototype.then should work without callbacks.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5PASS result is "hello"
6PASS successfullyParsed is true
7
8TEST COMPLETE
9
10