mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Fix typo
This commit is contained in:
parent
f18c6ca786
commit
29d9dae8c3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue