mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix test
This commit is contained in:
parent
28c8b843ee
commit
0328ef96d9
@ -5,7 +5,7 @@
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/common/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/common/text/core/syntax-highlighter').default;
|
||||
const syntaxhighlighter = require('../built/common/text/parse/core/syntax-highlighter').default;
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user