Fix test
This commit is contained in:
parent
4de62220e3
commit
8c62aafa97
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ describe('MFM', () => {
|
|||
const tokens = analyze('<flip>foo</flip>');
|
||||
assert.deepStrictEqual(tokens, [
|
||||
tree('flip', [
|
||||
text('flip')
|
||||
text('foo')
|
||||
], {}),
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue