mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Fix test
This commit is contained in:
parent
ee81bd2955
commit
c5fef1cc32
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