/demo_promise

Primary LanguageJavaScriptMIT LicenseMIT

DemoPromise

A toy implementation of (an approximation of) the ECMAScript 6 promise API, for educational purposes:

Running the tests

Installing Babel and Jest:

cd demo_promise/
npm install

Running the tests:

npm test