Skip to content
Snippets Groups Projects
Commit 2a67c195 authored by syuilo's avatar syuilo
Browse files

Fix test

parent 79f87b69
No related branches found
No related tags found
No related merge requests found
......@@ -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', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment