From f7c8e31b36721c0f2fa8bafc985b7329580bb10f Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 22 Jan 2019 18:30:58 +0900 Subject: Update mfm.ts --- test/mfm.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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'; -- cgit v1.2.3-freya