update tests

This commit is contained in:
2017-04-22 22:09:51 +02:00
parent 3ff4c3ff2f
commit 5e66d35125
6 changed files with 28 additions and 30 deletions

View File

@ -1,3 +1,4 @@
import * as smartq from 'smartq';
import { Subject } from 'rxjs';
import { Objectmap } from 'lik';
export interface ICommandPromiseObject {
@ -11,7 +12,7 @@ export interface ITriggerObservableObject {
export declare class Smartcli {
argv: any;
questionsDone: any;
parseStarted: any;
parseStarted: smartq.Deferred<any>;
commands: any;
questions: any;
version: string;