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';