summaryrefslogtreecommitdiff
path: root/mocha_test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Retry should pass all of the resolve arguments to the callback
| * Ensure retry can resolve synchronously in fastest caseGraeme Yeates2016-07-121-0/+10
| |
| * Retry passes all arguments to callbackGraeme Yeates2016-07-121-1/+12
| |
* | Merge pull request #1230 from suguru03/fix-priority-queueAlex Early2016-07-121-0/+29
|\ \ | | | | | | fix execution order
| * | fix execution orderSuguru Motegi2016-07-121-0/+29
| |/ | | | | | | #1229
* | Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. ↵Travis Warlick2016-07-123-3/+3
|/ | | | | | | | | | | | | | nyc uses a separate contex to track code, so tests using a separate context fail under nyc with errors like the following: 1) parallel parallel call in another context: ReferenceError: __cov_GLCSDG93mVWqRnbTQi1ISfasEto is not defined at evalmachine.<anonymous>:1:16 at evalmachine.<anonymous>:1:569 at ContextifyScript.Script.runInNewContext (vm.js:18:15) at Object.exports.runInNewContext (vm.js:49:17) at Context.<anonymous> (mocha_test/parallel.js:3:954) This commit also removes the redundant `&& nyc report` from the end of the npm coverage script (nyc outputs the report by default).
* #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-111-0/+16
|
* sorted out until's test argsAlexander Early2016-07-091-2/+4
|
* sort out whilst's test argsAlexander Early2016-07-091-2/+4
|
* sorted out during's test argsAlexander Early2016-07-091-3/+4
|
* Merge pull request #1205 from caolan/dllAlex Early2016-07-021-1/+1
|\ | | | | Implment queues using DLLs
| * Implment queues using DLLsGraeme Yeates2016-06-301-1/+1
| |
* | Remove only from parallel testAndrés Aldana2016-06-301-1/+1
| |
* | First commit, reflectAll allow to accept object of functionsAndrés Aldana2016-06-301-1/+83
|/
* Merge pull request #1190 from ivanseidel/masterAlex Early2016-06-281-0/+46
|\ | | | | Allow use es6 object method shorthand in autoInject
| * Consider non-explicit parameters in validationIvan Seidel2016-06-231-0/+14
| |
| * Fix test to pass NodeJs 4Ivan Seidel2016-06-181-0/+12
| | | | | | | | NodeJS 4 seems to have arrowFunctions but not defaults in functions.
| * Allow use es6 object method shorthandIvan Seidel2016-06-181-0/+20
| |
* | Remove unhandled rejection listener after asyncify tests are completeRay Myers2016-06-231-2/+8
| |
* | Added test case to make sure that callback isn't called multiple times in ↵Ray Myers2016-06-221-0/+26
|/ | | | asyncify
* fix new lint errorsAlexander Early2016-06-078-68/+62
|
* Merge pull request #1177 from caolan/map-objectsGraeme Yeates2016-06-052-11/+99
|\ | | | | Mapping over Objects
| * have map always return arraysAlexander Early2016-05-311-11/+7
| |
| * fix lint errorsAlexander Early2016-05-311-12/+12
| |
| * added mapValuesAlexander Early2016-05-311-0/+92
| |
* | Merge pull request #1180 from Kikobeats/CRLFGraeme Yeates2016-06-021-85/+85
|\ \ | |/ |/| Add .gitattributes
| * Add .gitattributesKiko Beats2016-06-021-85/+85
| | | | | | | | Fix CRLF problems across OS
* | 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
|\ | | | | | | | | # Conflicts: # mocha_test/autoInject.js
| * 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
| |