promise
promise copied to clipboard
Tiny browser-based Promises/A+ implementation
Sample client-side implementation of https://github.com/promises-aplus/promises-spec.
Running the official test suite
npm install -g promises-aplus-tests
cd tests
promises-aplus-tests adapter.js
Running local jasmine tests
git submodule init && git submodule update- Open
tests/SpecRunner.htmlin your browser