forked from FoundKeyGang/FoundKey
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