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.
2 parents 5aaf7d5 + e176803 commit ad29898Copy full SHA for ad29898
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.doesNotThrow(function () {
0 commit comments