Update mfm.ts

This commit is contained in:
syuilo 2019-01-21 13:30:30 +09:00
parent 59c4c9a0b8
commit 882c60ef10
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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