install step now working
This commit is contained in:
6
test/test.ts
Normal file
6
test/test.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import "typings-test";
|
||||
import "should";
|
||||
import * as cert from "../dist/index";
|
||||
import {Qenv} from "qenv";
|
||||
|
||||
let testQenv = new Qenv(process.cwd(), process.cwd() + "/.nogit");
|
Reference in New Issue
Block a user