Skip to content

rauschma/demo_promise

Repository files navigation

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

Releases

No releases published

Packages

No packages published