-
I am getting mocha crashes while trying to debug problems with my promises lib and running the test suite:
```
/tmp/node_modules/promises-aplus-tests/node_modules/mocha/lib/reporters/spec.js:32
r…
-
`npm audit` complains about security issues due to an outdated dependency of `promises-aplus-tests`, which means packages using it are also warned about.
The fix is rather trivial: just update `moc…
-
**Problem**
All my projects now have functions that returns promises.
**Idea**
How about some specific promise documentation?
**Example**
```
/**
* @promise Get user from database.
* @resolve {ob…
-
http://promises-aplus.github.io/promises-spec/
-
``` html
align="right" alt="Q logo" />
```
must be
``` html
```
-
See:
https://github.com/promises-aplus/promises-spec/blob/master/implementations.md
Submit for inclusion in the "Inside Frameworks" section.
-
I am writing an HTTP Promises package for nodeJS. I need it to be promises aplus compliant. I am using promises-aplus-tests - https://www.npmjs.com/package/promises-aplus-tests
I have created an adap…
-
Perhaps this is not the right place for this, but I think centralized benchmarks (using the promises-tests adaptors) would be a great addition under promises-aplus, given general lack of proper benchm…
-
[promises-aplus-tests](https://www.npmjs.com/package/promises-aplus-tests) contains more A+ promise tests which do not pass.
Tests should be converted to use promises-aplus-tests. Code should be re…
-
## Spec
- https://github.com/promises-aplus/promises-spec
## Other
- https://rethinkdb.com/blog/node-4/
- http://exploringjs.com/es6/ch_promises.html