summaryrefslogtreecommitdiff
path: root/mocha_test
Commit message (Expand)AuthorAgeFilesLines
* preserve order, make variadic and handle falsy values in concat [fixes #1437]...Hubert Argasinski2017-06-234-73/+436
* add concatLimit [fixes #1426] (#1430)Hubert Argasinski2017-06-101-0/+37
* ensure q.workersList() contains items being processed [fixes #1428] (#1429)Hubert Argasinski2017-06-102-3/+117
* Merge pull request #1419 from caolan/timeout-fixAlex Early2017-05-211-0/+36
|\
| * allow fn wrapped in timeout to be called multiple times (fixes #1418)timeout-fixHubert Argasinski2017-05-201-0/+36
* | may be better to use the length method (#1420)郑俊鑫2017-05-211-1/+1
|/
* [asyncify] Make errors in callbacks throw globallyDavid Aurelio2017-04-191-1/+37
* Avoid eval in async wrappers; fixes #1403Graeme Yeates2017-04-171-1/+12
* make tests less flakey. related to #1322Alexander Early2017-04-162-6/+6
* tweak retry tests to be more descriptive when they failqueue-testsAlexander Early2017-04-081-13/+10
* tweaked queue timeouts, removed redundant testAlexander Early2017-04-081-54/+4
* refactor flaky queue testsAlexander Early2017-04-081-43/+50
* Merge pull request #1397 from caolan/linked-list-methodsAlex Early2017-04-082-0/+102
|\
| * rename filter to removeAlexander Early2017-04-081-12/+12
| * add queue.removelinked-list-methodsAlexander Early2017-04-061-0/+19
| * added tests for DLL, filter(), non-leaking empty()Alexander Early2017-04-061-0/+83
* | handle async functions in tryEachAlexander Early2017-04-062-1/+13
* | Merge pull request #1365 from alFReD-NSH/tryAlex Early2017-04-061-0/+86
|\ \
| * | Add async.tryEach, Fixes #687Farid Neshat2017-03-021-0/+86
* | | add a test for a unique waterfall fail caseAlexander Early2017-04-031-1/+31
| |/ |/|
* | use async.setImmediateAlexander Early2017-04-021-1/+1
* | change timing of q.empty() so that q.idle() will be false. Fixes #1367Alexander Early2017-04-021-0/+29
* | add test case for autoInject holy grailAlexander Early2017-03-251-0/+20
* | handle async functions in relevant utility methodsAlexander Early2017-03-251-0/+65
* | handle async funcs in control flow methodsAlexander Early2017-03-251-0/+342
* | wrapped all collections methodsAlexander Early2017-03-241-0/+169
* | factor out async support check, make wrapAsync identity() in non-supported envsAlexander Early2017-03-221-12/+3
* | initial experiment with async fn supportAlexander Early2017-03-222-0/+106
* | Added test for filter with an object-collection, where the filtering fails. T...Erik Krogh Kristensen2017-03-141-0/+13
* | Added test for calling transform with two argumentsErik Krogh Kristensen2017-03-131-0/+11
* | [#1348] initial groupBy implementation (#1364)Hubert Argasinski2017-02-271-0/+354
|/
* fix for #1358Alexander Early2017-01-301-0/+39
* enhance "inexistent dependencies" test to check that exception message contai...Jah Raphael2017-01-081-1/+1
* Merge pull request #1320 from caolan/pr/1297Graeme Yeates2016-11-141-0/+43
|\
| * Handle iteratorspr/1297Graeme Yeates2016-11-111-0/+31
| * Test filtering an object.Cody Taylor2016-10-161-0/+12
* | Add retries to a flakey retries test casetest-retryGraeme Yeates2016-11-121-0/+4
* | Retry some of the flakier tests on failureGraeme Yeates2016-11-121-0/+6
* | Add short circuit test for everyGraeme Yeates2016-10-151-0/+27
* | Short circuit loops completely for some,every,detect when ready [fixes #1293]Graeme Yeates2016-10-152-1/+54
|/
* fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-081-6/+0
* rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-042-5/+5
* changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-032-17/+17
* add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-022-1/+125
* Add infinity case tests for eachOfLimitGraeme Yeates2016-07-211-0/+13
* Run "asyncify promisified" tests in browser. Fixes #1235Travis Warlick2016-07-141-69/+64
* Use @nodeonly mocha tag to prevent non-browser tests from running with karmaTravis Warlick2016-07-147-41/+6
* Remove async.iterator (#1237)kill-iteratorGraeme Yeates2016-07-121-61/+0
* Make retry tests more resilientGraeme Yeates2016-07-121-2/+2
* Merge pull request #1231 from caolan/retryAlex Early2016-07-121-1/+22
|\