1 2 3 4 5 6 7 8
/*--- includes: [] flags: [async] ---*/ Promise.reject("test") .catch(v => assert.sameValue(v, "test")) .then($DONE, $DONE);