Skip to content

Commit

Permalink
export type
Browse files Browse the repository at this point in the history
  • Loading branch information
yacinehmito committed Nov 23, 2019
1 parent 8c6078b commit 1c130d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/runJest.ts
Expand Up @@ -92,7 +92,7 @@ function spawnJest(
);
}

interface RunJestJsonResult extends execa.ExecaReturnValue {
export interface RunJestJsonResult extends execa.ExecaReturnValue {
json: FormattedTestResults;
}

Expand Down

0 comments on commit 1c130d8

Please sign in to comment.