mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-04 14:26:17 +00:00
Introduce processor
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/api/common/text').default;
|
||||
const syntaxhighlighter = require('../built/api/common/text/core/syntax-highlighter').default;
|
||||
const analyze = require('../built/server/api/common/text').default;
|
||||
const syntaxhighlighter = require('../built/server/api/common/text/core/syntax-highlighter').default;
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
||||
Reference in New Issue
Block a user