forked from FoundKeyGang/FoundKey
Fix test
This commit is contained in:
parent
79f87b6943
commit
2a67c195d8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue