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.
1 parent 23326f3 commit fc3826eCopy full SHA for fc3826e
test/table.js
@@ -36,7 +36,7 @@ test('assert(table)', function(t) {
36
assert({
37
type: 'table',
38
children: [],
39
- align: [null, undefined, 'left', 'right', 'center']
+ align: [null, 'left', 'right', 'center']
40
})
41
}, 'should allow defined aligns')
42
0 commit comments