diff --git a/ts/npmci.test.ts b/ts/npmci.test.ts index 4d49f9b..7d5a4c8 100644 --- a/ts/npmci.test.ts +++ b/ts/npmci.test.ts @@ -2,6 +2,7 @@ import "typings-global"; import * as plugins from "./npmci.plugins"; import {bash} from "./npmci.bash"; import {install} from "./npmci.install"; +import * as env from "./npmci.env"; export let test = (versionArg) => { let done = plugins.q.defer(); @@ -13,6 +14,6 @@ export let test = (versionArg) => { bash("npm test"); plugins.beautylog.success("test finished"); done.resolve(); - }) + }); return done.promise; } \ No newline at end of file