Skip to content

Commit 4515a6c

Browse files
committed
ifError
1 parent f86f066 commit 4515a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/html.js

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ test('append and set attribute on child', function (t) {
122122
'.row i': { name: 'foo' }
123123
})
124124
concat(hs, function (err, body) {
125+
t.ifError(err)
125126
t.equal(body + '', '<div class="row"><i name="foo">so</i> <b>wow</b></div>')
126127
t.end()
127128
})

0 commit comments

Comments
 (0)