summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement each as iteratoreach-iterGraeme Yeates2015-08-011-5/+6
* Allow map to return objectsobject-mapGraeme Yeates2015-08-011-0/+1
* 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
|/
* 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