From 575966d3cf86883d920698ffea77b37a0b5785e8 Mon Sep 17 00:00:00 2001 From: Orta Date: Mon, 9 Oct 2017 08:26:22 -0400 Subject: [PATCH] Adds an 'any' to the typedef for updateFileWithJestStatus in editor support --- packages/jest-editor-support/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-editor-support/index.d.ts b/packages/jest-editor-support/index.d.ts index dd6ea3c589f9..5e250877b3a0 100644 --- a/packages/jest-editor-support/index.d.ts +++ b/packages/jest-editor-support/index.d.ts @@ -67,7 +67,7 @@ export class TestReconciler { file: string, name: string, ): TestFileAssertionStatus | null; - updateFileWithJestStatus(data): TestFileAssertionStatus[]; + updateFileWithJestStatus(data: any): TestFileAssertionStatus[]; } export type TestReconcilationState =