Skip to content

Commit

Permalink
Adds an 'any' to the typedef for updateFileWithJestStatus in editor s…
Browse files Browse the repository at this point in the history
…upport (#4636)
  • Loading branch information
orta authored and cpojer committed Oct 9, 2017
1 parent 87d12e6 commit dfbfaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-editor-support/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class TestReconciler {
file: string,
name: string,
): TestFileAssertionStatus | null;
updateFileWithJestStatus(data): TestFileAssertionStatus[];
updateFileWithJestStatus(data: any): TestFileAssertionStatus[];
}

export type TestReconcilationState =
Expand Down

0 comments on commit dfbfaa0

Please # to comment.