fix(test): fix import

This commit is contained in:
Philipp Kunz 2018-07-10 21:45:26 +02:00
parent f763de2403
commit 39f1b7ada1

View File

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