This commit is contained in:
syuilo 2018-05-18 09:21:19 +09:00
parent 60b60fda8d
commit fbd51f0079

View file

@ -1,11 +1,7 @@
/** import * as assert from 'assert';
* Text Tests!
*/
const assert = require('assert'); import analyze from '../src/text/parse';
import syntaxhighlighter from '../src/text/parse/core/syntax-highlighter';
const analyze = require('../built/text/parse').default;
const syntaxhighlighter = require('../built/text/parse/core/syntax-highlighter').default;
describe('Text', () => { describe('Text', () => {
it('can be analyzed', () => { it('can be analyzed', () => {