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 =