From fbd51f0079bc68e7f4768f8f09c420c38ccfd7df Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 18 May 2018 09:21:19 +0900 Subject: [PATCH] :v: --- test/text.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/test/text.ts b/test/text.ts index 8ce55cd1bc..a64999fc0b 100644 --- a/test/text.ts +++ b/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', () => {