• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Test whether Promise treats thenable correctly.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5The promise is not fulfilled now.
6PASS value.then is called.
7PASS thisValue is value
8PASS fulfilled
9PASS result is "hello"
10PASS successfullyParsed is true
11
12TEST COMPLETE
13
14