diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-21 01:21:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-21 01:21:57 +0900 |
| commit | 79d1bf30a49e1fd1ef1f8b743a9aff84d104fb89 (patch) | |
| tree | ed8f50f01cc50cf851dc0d0f399ed7e0f514f6c6 /test | |
| parent | Disable transitions to avoid memory leak (diff) | |
| download | misskey-79d1bf30a49e1fd1ef1f8b743a9aff84d104fb89.tar.gz misskey-79d1bf30a49e1fd1ef1f8b743a9aff84d104fb89.tar.bz2 misskey-79d1bf30a49e1fd1ef1f8b743a9aff84d104fb89.zip | |
リモートユーザーのHTMLで表現されたプロフィールをMFMに変換するように
Diffstat (limited to 'test')
| -rw-r--r-- | test/mfm.ts (renamed from test/text.ts) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/text.ts b/test/mfm.ts index a64999fc0b..de722bffb3 100644 --- a/test/text.ts +++ b/test/mfm.ts @@ -1,7 +1,7 @@ import * as assert from 'assert'; -import analyze from '../src/text/parse'; -import syntaxhighlighter from '../src/text/parse/core/syntax-highlighter'; +import analyze from '../src/mfm/parse'; +import syntaxhighlighter from '../src/mfm/parse/core/syntax-highlighter'; describe('Text', () => { it('can be analyzed', () => { |