summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* feat: Canceling flows (#1542)Alex Early2018-07-019-4/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * auto should not start other tasks once canceled * simplify waterfall, add test for arrays * simplify eachOf * cancelable retry * cancelable eachOf for arrays * revert test tweak
* Fix a memoize test caseSuguru Motegi2018-06-031-2/+2
|
* stop growlingAlexander Early2018-06-031-1/+0
|
* fix testsAlexander Early2018-06-021-2/+1
|
* move mocha_tests/ to test/Alexander Early2018-06-0249-0/+8216
|
* Get rid of nodeunitezubarev2016-05-062-30/+0
|
* Convert console functions tests to mochaezubarev2016-05-061-68/+0
|
* Convert apply/concat tests to mochaezubarev2016-05-061-84/+0
|
* Convert during/ensureAsync tests to mochaezubarev2016-05-061-162/+0
|
* Convert sortBy/whilst/until tests to mochaezubarev2016-05-061-253/+0
|
* Convert asyncify tests to mochaezubarev2016-05-061-109/+0
|
* Convert transform/seq/reduce/iterator tests to mochaezubarev2016-05-061-277/+0
|
* Convert times tests to mochaezubarev2016-05-061-97/+0
|
* Convert timeout tests to mochaezubarev2016-05-061-73/+0
|
* Convert series tests to mochaezubarev2016-05-061-224/+0
|
* Convert parallel tests to mochaezubarev2016-05-061-271/+0
|
* 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
|\ | | | | Adds support for es6 iterators
| * 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
| |\ | | | | | | Make callback optional in retry
| * \ Merge pull request #1053 from caolan/setimmediate-argsAlex Early2016-03-081-27/+0
| |\ \ | | | | | | | | Pass extra args to setImmediate/nextTick.
| | * | 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
| |\ \ \ | | |/ / | |/| | Waterfall multiple callback defense
| | * | 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
| |