summaryrefslogtreecommitdiff
path: root/test/series.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: Reflect passes value on error (#1633)Alex Early2019-03-091-3/+7
| | | | | | * Reflects any values passed even if function has error * fix async function tests
* Fixes #1582 (#1597)Hubert Argasinski2018-11-271-0/+16
| | | | | | * ensure err is passed on for cancelable methods * fix test descriptions
* prefer destructuringAlexander Early2018-07-081-1/+1
|
* ES6-ify codebase (#1553)Alex Early2018-07-081-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* move mocha_tests/ to test/Alexander Early2018-06-021-0/+194