https://github.com/ondras/promise
Tiny browser-based Promises/A+ implementation
https://github.com/ondras/promise
library old
Last synced: about 1 year ago
JSON representation
Tiny browser-based Promises/A+ implementation
- Host: GitHub
- URL: https://github.com/ondras/promise
- Owner: ondras
- Created: 2013-01-31T11:58:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T21:45:17.000Z (over 11 years ago)
- Last Synced: 2025-04-02T09:06:01.605Z (about 1 year ago)
- Topics: library, old
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 20
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
---------------------------
1. `git submodule init && git submodule update`
2. Open `tests/SpecRunner.html` in your browser