install step now working

This commit is contained in:
2016-06-21 20:02:57 +02:00
parent 5e10df8e5a
commit 1cdcd332d4
10 changed files with 1087 additions and 8 deletions

6
test/test.ts Normal file
View 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");