diff --git a/e2e/runJest.ts b/e2e/runJest.ts index 7eb6c19216e5..ad4043a311ed 100644 --- a/e2e/runJest.ts +++ b/e2e/runJest.ts @@ -92,7 +92,7 @@ function spawnJest( ); } -interface RunJestJsonResult extends execa.ExecaReturnValue { +export interface RunJestJsonResult extends execa.ExecaReturnValue { json: FormattedTestResults; }