We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TerminalRenderer render small
1 parent 3848ed2 commit e176803Copy full SHA for e176803
1 file changed
test/unit/renderer/terminal.test.js
@@ -65,7 +65,7 @@ test('TerminalRenderer render small', function (t) {
65
t.type(str, 'string',
66
'Should return a string')
67
68
- t.equal(calledCallback, true, 'string',
+ t.equal(calledCallback, true,
69
'Should call a callback')
70
71
t.notThrow(function () {
0 commit comments