Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 278 Bytes

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