We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eecfe commit f320e2dCopy full SHA for f320e2d
test/terminal.test.js
@@ -81,6 +81,7 @@ test('ansi formatting functions', async function (t) {
81
t.is(ansi.yellow('text'), 'text', 'ansi.yellow should format text correctly')
82
t.is(ansi.gray('text'), 'text', 'ansi.gray should format text correctly')
83
t.is(ansi.upHome(), '', 'ansi.upHome should format text correctly')
84
+ t.is(ansi.upHome(35), '', 'ansi.upHome should format text correctly')
85
t.is(ansi.link('text'), 'text', 'ansi.link should format text correctly')
86
t.is(ansi.hideCursor(), '', 'ansi.hideCursor should format text correctly')
87
t.is(ansi.showCursor(), '', 'ansi.showCursor should format text correctly')
0 commit comments