summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-22 18:30:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-22 18:30:58 +0900
commitf7c8e31b36721c0f2fa8bafc985b7329580bb10f (patch)
treee5b611698174c64745cc20554038ada587a10221
parent[Test] Add streaming test (diff)
downloadsharkey-f7c8e31b36721c0f2fa8bafc985b7329580bb10f.tar.gz
sharkey-f7c8e31b36721c0f2fa8bafc985b7329580bb10f.tar.bz2
sharkey-f7c8e31b36721c0f2fa8bafc985b7329580bb10f.zip
Update mfm.ts
-rw-r--r--test/mfm.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mfm.ts b/test/mfm.ts
index e838492eb3..789fb898c8 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -1,7 +1,11 @@
/*
* Tests of MFM
+ *
* How to run the tests:
* > mocha test/mfm.ts --require ts-node/register
+ *
+ * To specify test:
+ * > mocha test/mfm.ts --require ts-node/register -g 'test name'
*/
import * as assert from 'assert';