summaryrefslogtreecommitdiff
path: root/test/test-async.js
Commit message (Expand)AuthorAgeFilesLines
* Convert memoize tests to mochaezubarev2016-05-051-220/+0
* Сonvert each/eachOf tests to mochaezubarev2016-05-051-625/+0
* Сonvert map tests to mochaezubarev2016-05-051-282/+0
* convert applyEach tests to mochaAlexander Early2016-04-071-92/+0
* fix spacing...asilvas2016-04-051-18/+18
* #1097. Named timeout for tracking purposesasilvas2016-04-051-4/+31
* Add back reflect and reflectAll.JT Turner2016-04-031-0/+125
* document that collection methods accept maps/sets/iterablesAlexander Early2016-03-231-1/+1
* ensure map returns an array when an iterable is passedAlexander Early2016-03-231-0/+15
* Merge pull request #1074 from ex1st/masterAlex Early2016-03-231-0/+89
|\
| * Remove iterator index (Map).Ilya Shatokhin2016-03-221-3/+3
| * Added new testsIlya Shatokhin2016-03-221-0/+59
| * Add support for ES2015 iteratorsIlya Shatokhin2016-03-221-0/+30
* | convert cargo tests to mochaAlexander Early2016-03-221-269/+0
* | convert priorityQueue tests to mochaAlexander Early2016-03-221-112/+0
* | convert queue tests to mochaAlexander Early2016-03-221-617/+0
|/
* iterator -> iteratee in test/Alexander Early2016-03-181-96/+96
* Merge branch 'master' into retryableAlexander Early2016-03-111-176/+1
|\
| * Merge pull request #1054 from caolan/retry-optional-callbackAlex Early2016-03-081-73/+2
| |\
| * \ Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-081-27/+0
| |\ \
| | * | pass extra args to setImmediate/nextTick. Fixes #940Alexander Early2016-03-071-27/+0
| * | | Merge pull request #1050 from caolan/waterfall-multiple-callback-defenseAlex Early2016-03-081-149/+1
| |\ \ \ | | |/ / | |/| |
| | * | convert test to mochaAlexander Early2016-03-061-149/+1
* | | | added retryable wrapper for async tasksAlexander Early2016-03-071-42/+0
| |_|/ |/| |
* | | make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-73/+2
|/ /
* | Support function timeout via async.timeout wrapperAugusto Franzoia2016-03-071-0/+46
|/
* implement <name> and <name>Series with <name>Limitcharlierudolph2016-03-011-2/+4
* comment out defunct 'retry' testAlexander Early2016-02-271-5/+8
* separate out auto testsAlexander Early2016-02-271-328/+0
* moved tests to separate filesAlexander Early2016-02-271-435/+0
* filter, reject, detect, some, every with errorcharlierudolph2016-02-161-67/+146
* Skip failing test caseGraeme Yeates2016-02-151-0/+8
* merge from masterAlexander Early2016-02-141-0/+55
|\
| * 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
* | Fix implementations (test green lights)Graeme Yeates2015-12-291-0/+2
* | Initial work in progress - modularizationKiko Beats2015-12-291-32/+1
|/
* 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