diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-20 17:53:08 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-20 17:53:08 +0900 |
| commit | b1385de75872e6e3ed581e239c43ca8cc9fd6e81 (patch) | |
| tree | c8a5047ee24a937ae28226e48613c0377437b65a /test | |
| parent | [MFM] Add <i> syntax (diff) | |
| download | misskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.tar.gz misskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.tar.bz2 misskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.zip | |
Update mfm.ts
Diffstat (limited to 'test')
| -rw-r--r-- | test/mfm.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mfm.ts b/test/mfm.ts index e9253ebc43..b681ed1d01 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -930,8 +930,7 @@ describe('MFM', () => { text('*foo_'), ]); }); - }, - ); + }); }); describe('toHtml', () => { |