diff --git a/lib/UserInput.js b/lib/UserInput.js index 0146aaa..73c6366 100644 --- a/lib/UserInput.js +++ b/lib/UserInput.js @@ -1,8 +1,6 @@ const readline = require('readline') -// @todo #0:1h add tests -// @todo #0:1h press 'y' or 'n' without Enter should be sufficient module.exports = class { constructor(o) { this.question = o.question