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
1 changed files with 2 additions and 2 deletions

View File

@ -283,12 +283,12 @@ describe('MFM', () => {
tree('spin', [ tree('spin', [
leaf('emoji', { name: 'foo' }) leaf('emoji', { name: 'foo' })
], { ], {
attr: 'left' attr: null
}), }),
tree('spin', [ tree('spin', [
leaf('emoji', { name: 'foo' }) leaf('emoji', { name: 'foo' })
], { ], {
attr: 'left' attr: null
}), }),
]); ]);
}); });