Comparing version 2.1.0 to 2.2.0
import { Assertion } from "./external/tap-parser"; | ||
import { Component as InkComponent, InkElement } from "ink"; | ||
declare const Component: any; | ||
@@ -7,2 +6,3 @@ export interface TapBarkOutputState { | ||
warnings: Array<string>; | ||
fixtureName?: string; | ||
results?: { | ||
@@ -16,2 +16,3 @@ pass: number; | ||
currentTest?: number; | ||
testName?: string; | ||
} | ||
@@ -29,3 +30,3 @@ export interface TapBarkOutputProps { | ||
getFailureMessage(assertion: Assertion): string; | ||
render(): InkElement; | ||
render(): any; | ||
private handleNewPlan; | ||
@@ -38,3 +39,3 @@ private readonly warnings; | ||
} | ||
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => InkComponent<TapBarkOutputProps, TapBarkOutputState, {}>; | ||
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => any; | ||
export declare class TapBark { | ||
@@ -44,4 +45,4 @@ static readonly tapParser: { | ||
}; | ||
static create(showProgress?: boolean): InkElement & TapBarkOutputComponent; | ||
static create(showProgress?: boolean): any; | ||
} | ||
export { Component, TapBarkOutputComponent }; |
{ | ||
"name": "tap-bark", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "TAP parser for Alsatian", | ||
@@ -46,3 +46,3 @@ "main": "dist/tap-bark.js", | ||
"@types/through2": "^2.0.34", | ||
"alsatian": "^3.0.0-alpha.1", | ||
"alsatian": "^3.1.0", | ||
"chalk": "^2.4.1", | ||
@@ -56,3 +56,4 @@ "codeclimate-test-reporter": "^0.4.0", | ||
"typescript": "^3.5.2" | ||
} | ||
}, | ||
"gitHead": "c9378ae3f68dc87ec90481659d86364020411b1a" | ||
} |
import { Assertion } from "./external/tap-parser"; | ||
import { Component as InkComponent, InkElement } from "ink"; | ||
declare const Component: any; | ||
@@ -7,2 +6,3 @@ export interface TapBarkOutputState { | ||
warnings: Array<string>; | ||
fixtureName?: string; | ||
results?: { | ||
@@ -16,2 +16,3 @@ pass: number; | ||
currentTest?: number; | ||
testName?: string; | ||
} | ||
@@ -29,3 +30,3 @@ export interface TapBarkOutputProps { | ||
getFailureMessage(assertion: Assertion): string; | ||
render(): InkElement; | ||
render(): any; | ||
private handleNewPlan; | ||
@@ -38,3 +39,3 @@ private readonly warnings; | ||
} | ||
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => InkComponent<TapBarkOutputProps, TapBarkOutputState, {}>; | ||
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => any; | ||
export declare class TapBark { | ||
@@ -44,4 +45,4 @@ static readonly tapParser: { | ||
}; | ||
static create(showProgress?: boolean): InkElement & TapBarkOutputComponent; | ||
static create(showProgress?: boolean): any; | ||
} | ||
export { Component, TapBarkOutputComponent }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
210756
48
1668