Skip to content

Commit fc3826e

Browse files
committed
Fix tests
1 parent 23326f3 commit fc3826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test('assert(table)', function(t) {
3636
assert({
3737
type: 'table',
3838
children: [],
39-
align: [null, undefined, 'left', 'right', 'center']
39+
align: [null, 'left', 'right', 'center']
4040
})
4141
}, 'should allow defined aligns')
4242

0 commit comments

Comments
 (0)