summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2020-04-26 14:55:04 +0900
committerGitHub <noreply@github.com>2020-04-26 14:55:04 +0900
commitf62eb0fee9a0caf046ae134a6d39a76aaf365c42 (patch)
tree674957746bade72bd2fbd49c7c5e26f4ffb510f5 /test
parentUpdate CHANGELOG.md (diff)
downloadsharkey-f62eb0fee9a0caf046ae134a6d39a76aaf365c42.tar.gz
sharkey-f62eb0fee9a0caf046ae134a6d39a76aaf365c42.tar.bz2
sharkey-f62eb0fee9a0caf046ae134a6d39a76aaf365c42.zip
Update mfm.ts
Fix missed file name change
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mfm.ts b/test/mfm.ts
index 7bead26074..3dc7457f57 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -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';