summaryrefslogtreecommitdiff
path: root/mocha_test
Commit message (Expand)AuthorAgeFilesLines
* Add tests for queue error handlerJohan Nordberg2016-05-291-0/+27
* Allow custom retry intervalAlex Ianus2016-05-181-2/+24
* Remove magic numbers in queue pause testsGraeme Yeates2016-05-181-23/+23
* Merge branch 'master' into es6arrowsSteve Robb2016-05-1627-8/+2824
|\
| * fix lint errorsAlexander Early2016-05-092-2/+2
| * handle no-dependency array tasks in auto/autoInject. Closes #1147Alexander Early2016-05-092-0/+24
| * Replace assert with expect to ease debugezubarev2016-05-081-7/+7
| * Fix test on asyncify with variable numbers of argumentsezubarev2016-05-081-8/+11
| * Replace assert with expect to ease debugezubarev2016-05-061-13/+13
| * Convert console functions tests to mochaezubarev2016-05-061-0/+71
| * Convert apply/concat tests to mochaezubarev2016-05-062-0/+78
| * Convert during/ensureAsync tests to mochaezubarev2016-05-062-0/+150
| * Convert sortBy/whilst/until tests to mochaezubarev2016-05-063-0/+252
| * Convert asyncify tests to mochaezubarev2016-05-061-0/+114
| * Convert transform/seq/reduce/iterator tests to mochaezubarev2016-05-066-3/+294
| * Convert times tests to mochaezubarev2016-05-061-0/+90
| * Convert timeout tests to mochaezubarev2016-05-061-8/+32
| * Convert series tests to mochaezubarev2016-05-061-0/+200
| * Convert parallel tests to mochaezubarev2016-05-062-0/+299
| * Merge pull request #1145 from ezubarev/masterGraeme Yeates2016-05-053-0/+824
| |\
| | * Convert memoize tests to mochaezubarev2016-05-051-0/+208
| | * Сonvert each/eachOf tests to mochaezubarev2016-05-052-0/+616
| * | Merge pull request #1142 from ezubarev/masterGraeme Yeates2016-05-051-0/+311
| |\ \ | | |/
| | * Add test case on resolved issue #1106ezubarev2016-05-051-0/+16
| | * Сonvert map tests to mochaezubarev2016-05-051-0/+295
| * | Add failing test based on github issue #1092B Paul Anderson2016-05-021-0/+17
| |/
| * add `queue` and `priortyQueue` testSuguru Motegi2016-04-262-2/+74
| * fix `priorityQueue`Suguru Motegi2016-04-261-3/+0
* | Spaces added to parameters in tests.Steve Robb2016-05-071-4/+4
* | Fixes for ES6 tests.Steve Robb2016-05-011-12/+29
* | Merge branch 'master' into es6arrowsSteve Robb2016-04-261-23/+5
|\ \ | |/
| * Revert injection of results in the final callack to autoInject.Steve Robb2016-04-251-20/+2
* | Code style fixes.Steve Robb2016-04-251-11/+11
* | Arrow function support in ES6.Steve Robb2016-04-251-0/+13
|/
* fix flaky testAlexander Early2016-04-071-2/+2
* have applyEach pass results to the callback. Closes #1088Alexander Early2016-04-071-3/+6
* convert applyEach tests to mochaAlexander Early2016-04-071-0/+96
* Merge pull request #1100 from steverobb/autoInjectPRAlex Early2016-04-071-2/+20
|\
| * Array results test.Steve Robb2016-04-061-2/+20
* | Merge pull request #1098 from asilvas/named-timeoutAlex Early2016-04-071-2/+2
|\ \
| * | #1097. Named timeout for tracking purposesasilvas2016-04-051-2/+2
| |/
* | Merge pull request #1094 from bspates/bind-after-ensure-asyncAlex Early2016-04-071-0/+32
|\ \ | |/ |/|
| * change tabs to 4 spaces per linterbspates2016-04-051-21/+21
| * update comments to match change to ensureAsyncbspates2016-04-041-2/+2
| * update unit tests to test issue through ensureAsync, not helper methodbspates2016-04-041-16/+22
| * rename test file from intialParams to ensureAsyncbspates2016-04-041-0/+0
| * update initialParams import to match project stylebspates2016-04-031-3/+3
| * add unit test for context curring when using initialParamsbspates2016-04-031-0/+26
* | fix lint errorAlexander Early2016-04-052-2/+2
* | allow no callback for detect, some and family. Fixes #1096Alexander Early2016-04-052-0/+28
|/