summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow "hasOwnProperty" as key for memoize method.dacoozheng2016-01-031-4/+17
* Test case for #998.dacoozheng2016-01-031-0/+26
* test: auto stops after error #988Gregor Martynus2015-12-301-0/+16
* Added test for auto with concurrency but without callback.Ilya Shatokhin2015-12-031-1/+7
* pass last result to while/until callbackben fleis2015-11-251-16/+22
* Bug fix #945: remove commented codeAdam2015-10-281-1/+0
* Bug fix #945: pause in queue with concurrency doesn't pauseAdam2015-10-281-0/+31
* move concurrency arg position in auto (#637)Alexander Early2015-10-251-2/+2
* Add concurrency argument to async.autoTim Vergenz2015-10-251-0/+29
* Merge pull request #896 from caolan/itersAlexander Early2015-10-241-0/+13
|\
| * Implement eachOf through _keyIteratoritersGraeme Yeates2015-08-291-0/+13
* | Merge pull request #892 from caolan/transformAlexander Early2015-10-241-0/+53
|\ \
| * | Add async.transformtransformGraeme Yeates2015-08-241-0/+53
| |/
* | Merge pull request #873 from caolan/object-mapAlexander Early2015-10-241-0/+1
|\ \
| * | Allow map to return objectsobject-mapGraeme Yeates2015-08-011-0/+1
* | | Coverage for eachOf* aliasesGraeme Yeates2015-08-311-0/+17
| |/ |/|
* | Add detectLimitMark Yen2015-07-281-0/+37
|/
* convert compose tests to mochacharlierudolph2015-07-201-87/+0
* added not about mocha migration, fixed lintingAlexander Early2015-07-191-0/+5
* Merge pull request #849 from charlierudolph/cr-splitTestsAlexander Early2015-07-191-44/+0
|\
| * mocha testscharlierudolph2015-07-171-44/+0
* | Merge pull request #844 from megawac/typesAlexander Early2015-07-191-0/+11
|\ \
| * | Asyncify handles null valuesGraeme Yeates2015-07-111-0/+11
| |/
* | Fix linting issuemegawac2015-07-201-1/+1
* | Test coverage for *whilst and *duringmegawac2015-07-201-0/+50
* | Test coverage for error in sortBy errormegawac2015-07-201-0/+13
* | Add test coverage of retry errorsGraeme Yeates2015-07-201-0/+13
|/
* 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
|/