This commit is contained in:
parent
60b60fda8d
commit
fbd51f0079
10
test/text.ts
10
test/text.ts
|
@ -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', () => {
|
||||||
|
|
Loading…
Reference in New Issue