now paying respect to commandline

This commit is contained in:
2016-06-10 05:18:03 +02:00
parent 44d9782487
commit 5e5696cce1
11 changed files with 64 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
/// <reference path="../ts/typings/index.d.ts" />
import early = require("../dist/index.js");
import "typings-test";
import early = require("../dist/index");
describe("early",function(){
it(".start()",function(done){