From 39f1b7ada10571da906b53726a5c9b96ba092fcd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 10 Jul 2018 21:45:26 +0200 Subject: [PATCH] fix(test): fix import --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index b87f9a7..917ba86 100644 --- a/test/test.ts +++ b/test/test.ts @@ -5,7 +5,7 @@ import { Qenv } from 'qenv'; let testQenv = new Qenv(process.cwd(), process.cwd() + '/.nogit/'); // the tested module -import * as smartdata from '../ts'; +import * as smartdata from '../ts/index'; import { smartstring } from '../ts/smartdata.plugins'; import * as shortid from 'shortid';