Skip to content

Commit

Permalink
Export PrettyFormatOptions type (#11801)
Browse files Browse the repository at this point in the history
  • Loading branch information
harelmo committed Sep 3, 2021
1 parent 98f10e6 commit 3c511fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Fixes

- `[jest-types]` Export the `PrettyFormatOptions` interface ([#11801](https://github.com/facebook/jest/pull/11801))

### Chore & Maintenance

### Performance
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-types/src/Config.ts
Expand Up @@ -61,7 +61,7 @@ export interface ConfigGlobals {
}

// This interface gets filled out when pretty-format is included
interface PrettyFormatOptions {}
export interface PrettyFormatOptions {}

export type DefaultOptions = {
automock: boolean;
Expand Down

0 comments on commit 3c511fd

Please sign in to comment.