Implement API tests

This commit is contained in:
syuilo 2018-10-16 06:37:21 +09:00
parent beb2f7e558
commit 80daf7c749
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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';