Skip to content

Commit

Permalink
Update mfm.ts
Browse files Browse the repository at this point in the history
Fix missed file name change
  • Loading branch information
tamaina committed Apr 26, 2020
1 parent 077bf11 commit f62eb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mfm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit f62eb0f

Please sign in to comment.