fix(test): fix import
This commit is contained in:
parent
f763de2403
commit
39f1b7ada1
@ -5,7 +5,7 @@ import { Qenv } from 'qenv';
|
|||||||
let testQenv = new Qenv(process.cwd(), process.cwd() + '/.nogit/');
|
let testQenv = new Qenv(process.cwd(), process.cwd() + '/.nogit/');
|
||||||
|
|
||||||
// the tested module
|
// the tested module
|
||||||
import * as smartdata from '../ts';
|
import * as smartdata from '../ts/index';
|
||||||
import { smartstring } from '../ts/smartdata.plugins';
|
import { smartstring } from '../ts/smartdata.plugins';
|
||||||
import * as shortid from 'shortid';
|
import * as shortid from 'shortid';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user