Fix built module references
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/common/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/common/text/parse/core/syntax-highlighter').default;
|
||||
const analyze = require('../built/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/text/parse/core/syntax-highlighter').default;
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
Reference in New Issue
Block a user