From a52d60f59b87cfea9d203ea5a6425b395b412a12 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 22 Jan 2019 18:30:58 +0900
Subject: [PATCH] Update mfm.ts

---
 test/mfm.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/mfm.ts b/test/mfm.ts
index e838492eb..789fb898c 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';