mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 06:43:08 +02:00
Fix test
This commit is contained in:
parent
c0ad36193c
commit
d636de090d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/common/text').default;
|
||||
const analyze = require('../built/common/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/common/text/core/syntax-highlighter').default;
|
||||
|
||||
describe('Text', () => {
|
||||
|
|
Loading…
Reference in a new issue