summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)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
| | | | | | incorporate @thanodnl suggestions to pass all args also tidy up the test changes
* 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 _keyIterator
| * Implement eachOf through _keyIteratoritersGraeme Yeates2015-08-291-0/+13
| |
* | Merge pull request #892 from caolan/transformAlexander Early2015-10-241-0/+53
|\ \ | | | | | | Add async.transform
| * | 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 objects
| * | 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
|\ | | | | convert tests to mocha
| * mocha testscharlierudolph2015-07-171-44/+0
| |
* | Merge pull request #844 from megawac/typesAlexander Early2015-07-191-0/+11
|\ \ | | | | | | Stricter type checking
| * | 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
|\ | | | | | | | | Conflicts: package.json
| * :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
|/ | | | unit tests for es6-promise and rsvp
* 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
| | | | | | | | | | When checking if a folder contains subfolders or not (fs.readdir -> fs.stat -> some(is_a_Folder)), getting crashes when listing Windows shares from Ubuntu VM. someLimit avoids the problem. Test for someLimit added anyLimit alias and updated doc. removed anyLimit alias
* 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
|/