Fix built module references

This commit is contained in:
Akihiko Odaki 2018-04-02 13:20:03 +09:00
parent 3fb6834f7d
commit 0a48ef59cd
3 changed files with 6 additions and 6 deletions

View file

@ -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', () => {