Implement API tests

This commit is contained in:
syuilo
2018-10-16 06:37:21 +09:00
parent beb2f7e558
commit 80daf7c749
5 changed files with 161 additions and 2 deletions

View File

@ -1,3 +1,7 @@
/*
* Tests of MFM
*/
import * as assert from 'assert';
import analyze from '../src/mfm/parse';