Update mfm.ts

Fix missed file name change
This commit is contained in:
tamaina 2020-04-26 14:55:04 +09:00 committed by GitHub
parent 077bf11e45
commit f62eb0fee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
import * as assert from 'assert';
import { parse, parsePlain } from '../src/mfm/parse';
import { toHtml } from '../src/mfm/toHtml';
import { toHtml } from '../src/mfm/totml';
import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
import { removeOrphanedBrackets } from '../src/mfm/language';