summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* node-onlyAydar Zartdinov2015-07-091-0/+4
* unit test for NPOAydar Zartdinov2015-07-091-2/+10
* not used Promise was fixedAydar Zartdinov2015-07-091-2/+2
* don't repeat yourself (DRY)Aydar Zartdinov2015-07-091-103/+32
* added "should not get an error here" messagesAydar Zartdinov2015-07-091-3/+3
* test names modified to "promisified by ..."Aydar Zartdinov2015-07-091-3/+3
* unit test for bluebird promisified functionsAydar Zartdinov2015-07-091-0/+33
* ahh, forgot some console.logAydar Zartdinov2015-07-091-2/+0
* Merge branch 'master' of https://github.com/caolan/asyncAydar Zartdinov2015-07-091-127/+127
|\
| * :full_moon_with_face: Adjust style to be consistent with jscsGraeme Yeates2015-07-081-127/+127
* | callback moved out from try/catch blockAydar Zartdinov2015-07-091-0/+76
|/
* Add filter and reject limitGraeme Yeates2015-07-031-0/+33
* Test short circuiting of every* and some*Graeme Yeates2015-07-021-0/+27
* Add everyLimitGraeme Yeates2015-07-021-0/+18
* Added async.someLimitmtone2015-07-021-0/+18
* test callback is now in the form of (err, truth)U-Zyn Chua2015-06-281-2/+2
* Merged from masterU-Zyn Chua2015-06-281-28/+193
|\
| * added async.asyncify. closes #671Alexander Early2015-06-281-0/+45
| * added async.constantAlexander Early2015-06-271-0/+13
| * expose payload again, and allow it to be changed. Closes #744Alexander Early2015-06-271-0/+28
| * make callbacks optional in whilst and family. Closes #642Alexander Early2015-06-271-0/+13
| * Add expect statements to (many) testsGraeme Yeates2015-06-241-28/+94
* | during & doDuring with async testU-Zyn Chua2015-06-231-0/+59
|/
* add durations to failure messageEd Eustace2015-06-171-1/+2
* move interval to options object that may be passed in as the 1st parameteredeustace2015-06-171-2/+20
* add interval option to retryedeustace2015-06-161-0/+22
* merge 1.1.x into masterAlexander Early2015-06-071-0/+13
|\
| * make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-071-0/+13
* | make eachSeries sync w/ single item and a sync iterator. Fixes #782Alexander Early2015-06-071-4/+17
* | fix(each): each with empty array that has other property never calls final ca...RBLU2015-06-021-0/+16
* | Merge pull request #772 from justincy/queue-concurrencyAlexander Early2015-06-011-51/+31
|\ \
| * | failing test for changing queue concurrency; #747Justin2015-06-011-51/+31
| |/
* | add timesLimit. Closes #743Alexander Early2015-06-011-11/+31
* | increase timeout for flaky testAlexander Early2015-06-011-2/+2
* | fixed test issues in browsersAlexander Early2015-06-011-11/+21
|/
* seq callback is now optional. closes #618Alexander Early2015-06-011-0/+20
* make use of _once() function, rather than assigning the callback to noopAlexander Early2015-06-011-0/+15
* set default values for each functions. Fixes #667Alexander Early2015-05-311-0/+52
* added check to queue.push(). Fixes #593Alexander Early2015-05-311-0/+8
* add test for #557, #558Alexander Early2015-05-311-0/+15
* add test for #578. Closes #578Alexander Early2015-05-311-0/+12
* updated docs around cargoAlexander Early2015-05-311-1/+48
* simplified implementation of seriesAlexander Early2015-05-311-13/+17
* reorganized more testsAlexander Early2015-05-311-44/+60
* reorganized parallel testsAlexander Early2015-05-311-70/+71
* reorganized queue testsAlexander Early2015-05-301-127/+132
* set jshint unused: trueAlexander Early2015-05-301-36/+58
* experimental map changesAlexander Early2015-05-281-25/+29
* use ensureAsync with forever. Fixes #622ensure_asyncAlexander Early2015-05-251-2/+24
* initial ensureAsync implementationAlexander Early2015-05-241-4/+56