summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-20 17:53:08 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-20 17:53:08 +0900
commitb1385de75872e6e3ed581e239c43ca8cc9fd6e81 (patch)
treec8a5047ee24a937ae28226e48613c0377437b65a /test
parent[MFM] Add <i> syntax (diff)
downloadmisskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.tar.gz
misskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.tar.bz2
misskey-b1385de75872e6e3ed581e239c43ca8cc9fd6e81.zip
Update mfm.ts
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts3
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', () => {