forked from FoundKeyGang/FoundKey
Fix test
This commit is contained in:
parent
5042d23bc4
commit
e7effd606d
1 changed files with 1 additions and 1 deletions
|
@ -1188,7 +1188,7 @@ describe('MFM', () => {
|
||||||
tree('italic', [
|
tree('italic', [
|
||||||
text('bar')
|
text('bar')
|
||||||
], {}),
|
], {}),
|
||||||
text('baz'),
|
text('\nbaz'),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue