From 882c60ef10e52d1d96eb863b807071c657031378 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Mon, 21 Jan 2019 13:30:30 +0900
Subject: [PATCH] Update mfm.ts

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

diff --git a/test/mfm.ts b/test/mfm.ts
index 54096e6bb0..e838492eb3 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -1,5 +1,7 @@
 /*
  * Tests of MFM
+ * How to run the tests:
+ * > mocha test/mfm.ts --require ts-node/register
  */
 
 import * as assert from 'assert';