This commit is contained in:
2016-06-09 14:03:18 +02:00
parent fdd1761333
commit 8733a601b4
3 changed files with 12 additions and 0 deletions

1
test/test.d.ts vendored
View File

@ -1,3 +1,4 @@
/// <reference path="../ts/typings/index.d.ts" />
declare let smartcli: any;
declare let beautylog: any;
declare let should: any;