mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix
This commit is contained in:
parent
565b6dfd68
commit
04bca07b95
@ -4,8 +4,8 @@
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/server/api/common/text').default;
|
||||
const syntaxhighlighter = require('../built/server/api/common/text/core/syntax-highlighter').default;
|
||||
const analyze = require('../built/common/text').default;
|
||||
const syntaxhighlighter = require('../built/common/text/core/syntax-highlighter').default;
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user