Skip to content

Commit

Permalink
Coverage option for editor support
Browse files Browse the repository at this point in the history
When using the Jest extension in vscode, running coverage is often slow so it would be nice to be able to turn it on and off as needed.

Add a coverage option to the runner.
  • Loading branch information
Nathan L Smith committed Mar 26, 2018
1 parent f420eff commit 596eefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-editor-support/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface SpawnOptions {
}

export interface Options {
coverage?: boolean
createProcess?(
workspace: ProjectWorkspace,
args: string[],
Expand Down

0 comments on commit 596eefa

Please sign in to comment.