diff --git a/e2e/runJest.ts b/e2e/runJest.ts index 893c87a0c253..c88f3fc76ddc 100644 --- a/e2e/runJest.ts +++ b/e2e/runJest.ts @@ -97,7 +97,6 @@ function spawnJest( interface RunJestResult extends ExecaReturnValue { status?: number; - code?: number; json?: ( dir: string, args: Array | undefined,