This commit is contained in:
syuilo 2019-01-31 15:10:27 +09:00
parent dc820ffba6
commit 57ab640221
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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
}),
]);
});