orange-promise A toy implementation of (an approximation of ) the ECMAScript promise API, for learning purpose: Running the tests Installing Mocha and esm: cd orange-promise/ npm install Running the tests: npm test test/orange-promise_test.js