aboutsummaryrefslogtreecommitdiff
path: root/test/handleInput.js
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24Update sinon to v7.5.0. (#288)XhmikosR1-11/+11
Co-authored-by: Xavier <[email protected]>
2020-04-23Move fixtures to test/fixtures. (#286)XhmikosR1-5/+5
2019-11-20ES6Nick Merwin1-58/+52
* remove unused variables * move `require`s at the top * check for prototype built-ins * run in strict mode * always check for error values in tests * make style consistent * mark Node.js 6 as the minimum supported version in package.json * Use the arrow return syntax * logger.js: use `Boolean` to make the intention clearer. * Use the rest params instead of arguments. * test/getOptions.js: beautify git data. * Update logger.js Remove `hasDebugEnvVariable` function; it's just a `process.env` check * Create .jshintrc
2019-11-20Fix tests on Windows. (#237)XhmikosR1-5/+6
2019-08-06handleInput callback include bodyv3.0.6Nick Merwin1-6/+7
* version bump
2014-01-26Add callback to handleInput() for easier use in other projectsPatrick Gansterer1-24/+47
Since handleInput works completely asynchronous it is necessary to provide a callback function for signaling finished operation. This allows other project to call the handleInput function.
2013-08-24removed exec-sync. version 2.2.0 candidateGregg Caines1-6/+6
2013-06-08add some tests. version bump to 2.0.13.cainus1-0/+55