Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add infinity case tests for eachOfLimit | Graeme Yeates | 2016-07-21 | 1 | -0/+13 |
| | |||||
* | Run "asyncify promisified" tests in browser. Fixes #1235 | Travis Warlick | 2016-07-14 | 1 | -69/+64 |
| | |||||
* | Use @nodeonly mocha tag to prevent non-browser tests from running with karma | Travis Warlick | 2016-07-14 | 7 | -41/+6 |
| | |||||
* | Remove async.iterator (#1237)kill-iterator | Graeme Yeates | 2016-07-12 | 1 | -61/+0 |
| | |||||
* | Make retry tests more resilient | Graeme Yeates | 2016-07-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1231 from caolan/retry | Alex Early | 2016-07-12 | 1 | -1/+22 |
|\ | | | | | Retry should pass all of the resolve arguments to the callback | ||||
| * | Ensure retry can resolve synchronously in fastest case | Graeme Yeates | 2016-07-12 | 1 | -0/+10 |
| | | |||||
| * | Retry passes all arguments to callback | Graeme Yeates | 2016-07-12 | 1 | -1/+12 |
| | | |||||
* | | Merge pull request #1230 from suguru03/fix-priority-queue | Alex Early | 2016-07-12 | 1 | -0/+29 |
|\ \ | | | | | | | fix execution order | ||||
| * | | fix execution order | Suguru Motegi | 2016-07-12 | 1 | -0/+29 |
| |/ | | | | | | | #1229 | ||||
* | | Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. ↵ | Travis Warlick | 2016-07-12 | 3 | -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-interval | Graeme Yeates | 2016-07-11 | 1 | -0/+16 |
| | |||||
* | sorted out until's test args | Alexander Early | 2016-07-09 | 1 | -2/+4 |
| | |||||
* | sort out whilst's test args | Alexander Early | 2016-07-09 | 1 | -2/+4 |
| | |||||
* | sorted out during's test args | Alexander Early | 2016-07-09 | 1 | -3/+4 |
| | |||||
* | Merge pull request #1205 from caolan/dll | Alex Early | 2016-07-02 | 1 | -1/+1 |
|\ | | | | | Implment queues using DLLs | ||||
| * | Implment queues using DLLs | Graeme Yeates | 2016-06-30 | 1 | -1/+1 |
| | | |||||
* | | Remove only from parallel test | Andrés Aldana | 2016-06-30 | 1 | -1/+1 |
| | | |||||
* | | First commit, reflectAll allow to accept object of functions | Andrés Aldana | 2016-06-30 | 1 | -1/+83 |
|/ | |||||
* | Merge pull request #1190 from ivanseidel/master | Alex Early | 2016-06-28 | 1 | -0/+46 |
|\ | | | | | Allow use es6 object method shorthand in autoInject | ||||
| * | Consider non-explicit parameters in validation | Ivan Seidel | 2016-06-23 | 1 | -0/+14 |
| | | |||||
| * | Fix test to pass NodeJs 4 | Ivan Seidel | 2016-06-18 | 1 | -0/+12 |
| | | | | | | | | NodeJS 4 seems to have arrowFunctions but not defaults in functions. | ||||
| * | Allow use es6 object method shorthand | Ivan Seidel | 2016-06-18 | 1 | -0/+20 |
| | | |||||
* | | Remove unhandled rejection listener after asyncify tests are complete | Ray Myers | 2016-06-23 | 1 | -2/+8 |
| | | |||||
* | | Added test case to make sure that callback isn't called multiple times in ↵ | Ray Myers | 2016-06-22 | 1 | -0/+26 |
|/ | | | | asyncify | ||||
* | fix new lint errors | Alexander Early | 2016-06-07 | 8 | -68/+62 |
| | |||||
* | Merge pull request #1177 from caolan/map-objects | Graeme Yeates | 2016-06-05 | 2 | -11/+99 |
|\ | | | | | Mapping over Objects | ||||
| * | have map always return arrays | Alexander Early | 2016-05-31 | 1 | -11/+7 |
| | | |||||
| * | fix lint errors | Alexander Early | 2016-05-31 | 1 | -12/+12 |
| | | |||||
| * | added mapValues | Alexander Early | 2016-05-31 | 1 | -0/+92 |
| | | |||||
* | | Merge pull request #1180 from Kikobeats/CRLF | Graeme Yeates | 2016-06-02 | 1 | -85/+85 |
|\ \ | |/ |/| | Add .gitattributes | ||||
| * | Add .gitattributes | Kiko Beats | 2016-06-02 | 1 | -85/+85 |
| | | | | | | | | Fix CRLF problems across OS | ||||
* | | Add tests for queue error handler | Johan Nordberg | 2016-05-29 | 1 | -0/+27 |
|/ | |||||
* | Allow custom retry interval | Alex Ianus | 2016-05-18 | 1 | -2/+24 |
| | |||||
* | Remove magic numbers in queue pause tests | Graeme Yeates | 2016-05-18 | 1 | -23/+23 |
| | |||||
* | Merge branch 'master' into es6arrows | Steve Robb | 2016-05-16 | 27 | -8/+2824 |
|\ | | | | | | | | | # Conflicts: # mocha_test/autoInject.js | ||||
| * | fix lint errors | Alexander Early | 2016-05-09 | 2 | -2/+2 |
| | | |||||
| * | handle no-dependency array tasks in auto/autoInject. Closes #1147 | Alexander Early | 2016-05-09 | 2 | -0/+24 |
| | | |||||
| * | Replace assert with expect to ease debug | ezubarev | 2016-05-08 | 1 | -7/+7 |
| | | |||||
| * | Fix test on asyncify with variable numbers of arguments | ezubarev | 2016-05-08 | 1 | -8/+11 |
| | | |||||
| * | Replace assert with expect to ease debug | ezubarev | 2016-05-06 | 1 | -13/+13 |
| | | |||||
| * | Convert console functions tests to mocha | ezubarev | 2016-05-06 | 1 | -0/+71 |
| | | |||||
| * | Convert apply/concat tests to mocha | ezubarev | 2016-05-06 | 2 | -0/+78 |
| | | |||||
| * | Convert during/ensureAsync tests to mocha | ezubarev | 2016-05-06 | 2 | -0/+150 |
| | | |||||
| * | Convert sortBy/whilst/until tests to mocha | ezubarev | 2016-05-06 | 3 | -0/+252 |
| | | |||||
| * | Convert asyncify tests to mocha | ezubarev | 2016-05-06 | 1 | -0/+114 |
| | | |||||
| * | Convert transform/seq/reduce/iterator tests to mocha | ezubarev | 2016-05-06 | 6 | -3/+294 |
| | | |||||
| * | Convert times tests to mocha | ezubarev | 2016-05-06 | 1 | -0/+90 |
| | | |||||
| * | Convert timeout tests to mocha | ezubarev | 2016-05-06 | 1 | -8/+32 |
| | | |||||
| * | Convert series tests to mocha | ezubarev | 2016-05-06 | 1 | -0/+200 |
| | |