✌️
This commit is contained in:
parent
60b60fda8d
commit
fbd51f0079
1 changed files with 3 additions and 7 deletions
10
test/text.ts
10
test/text.ts
|
@ -1,11 +1,7 @@
|
|||
/**
|
||||
* Text Tests!
|
||||
*/
|
||||
import * as assert from 'assert';
|
||||
|
||||
const assert = require('assert');
|
||||
|
||||
const analyze = require('../built/text/parse').default;
|
||||
const syntaxhighlighter = require('../built/text/parse/core/syntax-highlighter').default;
|
||||
import analyze from '../src/text/parse';
|
||||
import syntaxhighlighter from '../src/text/parse/core/syntax-highlighter';
|
||||
|
||||
describe('Text', () => {
|
||||
it('can be analyzed', () => {
|
||||
|
|
Loading…
Reference in a new issue