mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
Fix test
This commit is contained in:
@ -248,7 +248,7 @@ describe('MFM', () => {
|
||||
const tokens = analyze('<flip>foo</flip>');
|
||||
assert.deepStrictEqual(tokens, [
|
||||
tree('flip', [
|
||||
text('flip')
|
||||
text('foo')
|
||||
], {}),
|
||||
]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user