summaryrefslogtreecommitdiff
path: root/test/each.js
Commit message (Collapse)AuthorAgeFilesLines
* Improving tests case coverage (#1754)Saurav Azad2021-06-281-0/+9
| | | | | | | * Adding test case when invalid callback is provided to each () * adding nyc ignore block * Adding new test cases for drain to be called if empty data is pushed
* Fixes #1582 (#1597)Hubert Argasinski2018-11-271-0/+58
| | | | | | * 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-56/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* limits of less than 1 are now an error (#1552)Alex Early2018-07-011-9/+9
| | | | | | * BREAKING CHANGE: limits of less than 1 are now an error * fix lint
* move mocha_tests/ to test/Alexander Early2018-06-021-0/+283