Update mfm.ts

This commit is contained in:
syuilo 2019-01-22 18:30:58 +09:00
parent 9f27a82d15
commit a52d60f59b

View file

@ -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';