A readable Promises/A+ implementation.
Promises/A+ is an open standard for sound, interoperable JavaScript promises—by implementers, for implementers.
To run the tests of Promises/A+ specification.
npm install
npm test
- Fork it (https://github.com/thejimmylin/my-promise/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
Distributed under the MIT license. See LICENSE for more information.