We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931f155 commit 40037d3Copy full SHA for 40037d3
1 file changed
tests/printer.tests.js
@@ -6,7 +6,7 @@ const printer = require('../src/printer');
6
describe('print test case', function () {
7
it('print some content', function () {
8
printer.print().println();
9
- printer.input('input').input('intput2');
+ printer.input('input').input('input');
10
printer.verbose('verbose').verbose('verbose');
11
printer.info('info').info('info');
12
printer.data('data').data('data');
0 commit comments