mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 08:07:23 +00:00
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
Promise.prototype.then should work without callbacks.
|
|
|
|
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
PASS result is "hello"
|
|
PASS successfullyParsed is true
|
|
|
|
TEST COMPLETE
|
|
|