Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 717 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 717 Bytes

apluspromises

Minimal Promises/A+ implementation based on executable spec from https://github.com/promises-aplus/promises-tests

Promises/A+ logo

Running tests

npm install
npm test
npm test:es6 // requires node 6+

Notes and design goals