forked from FoundKeyGang/FoundKey
Fix typo
This commit is contained in:
parent
dc820ffba6
commit
57ab640221
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}),
|
}),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue