From 882c60ef10e52d1d96eb863b807071c657031378 Mon Sep 17 00:00:00 2001 From: syuilo 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 54096e6bb..e838492eb 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';