8000 Export PrettyFormatOptions type (#11801) · jestjs/jest@3c511fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c511fd

Browse files
authored
Export PrettyFormatOptions type (#11801)
1 parent 98f10e6 commit 3c511fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Fixes
66

7+
- `[jest-types]` Export the `PrettyFormatOptions` interface ([#11801](https://github.com/facebook/jest/pull/11801))
8+
79
### Chore & Maintenance
810

911
### Performance

packages/jest-types/src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface ConfigGlobals {
6161
}
6262

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

6666
export type DefaultOptions = {
6767
automock: boolean;

0 commit comments

Comments
 (0)
0