fixed test issue

This commit is contained in:
Philipp Kunz
2016-05-10 17:11:40 -07:00
parent cf03c6681b
commit c32f41cc23
9 changed files with 13 additions and 9 deletions

1
test/test.d.ts vendored
View File

@ -1,4 +1,5 @@
declare let smartcli: any;
declare let beautylog: any;
declare let should: any;
declare var checkCommandArgumentTest: () => void;
declare var checkCommandArgumentPresenceTest: () => void;

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
/// <reference path="../ts/typings/main.d.ts" />
let smartcli = require("../dist/index.js");
let should = req
let beautylog = require("beautylog");
let should = require("should");
/* ------------------------------------------------------------------ *
* ------------------- CHECKS TESTS --------------------------------- *