Fix
This commit is contained in:
parent
73cffeadd0
commit
b7870cb732
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
const assert = require('assert');
|
const assert = require('assert');
|
||||||
|
|
||||||
const analyze = require('../built/server/api/common/text').default;
|
const analyze = require('../built/common/text').default;
|
||||||
const syntaxhighlighter = require('../built/server/api/common/text/core/syntax-highlighter').default;
|
const syntaxhighlighter = require('../built/common/text/core/syntax-highlighter').default;
|
||||||
|
|
||||||
describe('Text', () => {
|
describe('Text', () => {
|
||||||
it('can be analyzed', () => {
|
it('can be analyzed', () => {
|
||||||
|
|
Loading…
Reference in a new issue