Fix typo
This commit is contained in:
parent
dc820ffba6
commit
57ab640221
|
@ -283,12 +283,12 @@ describe('MFM', () => {
|
|||
tree('spin', [
|
||||
leaf('emoji', { name: 'foo' })
|
||||
], {
|
||||
attr: 'left'
|
||||
attr: null
|
||||
}),
|
||||
tree('spin', [
|
||||
leaf('emoji', { name: 'foo' })
|
||||
], {
|
||||
attr: 'left'
|
||||
attr: null
|
||||
}),
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue