Bluebird Reject Tests

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.4.1/bluebird.min.js"></script>
<p>
    You need to open the console to see what is going on
</p>

JavaScript

Promise.reject("test");
console.log("hello");