mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-02 14:36:49 +09:00
リモートユーザーのHTMLで表現されたプロフィールをMFMに変換するように
This commit is contained in:
@ -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', () => {
|
Reference in New Issue
Block a user