8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f10e6 commit 3c511fdCopy full SHA for 3c511fd
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
### Fixes
6
7
+- `[jest-types]` Export the `PrettyFormatOptions` interface ([#11801](https://github.com/facebook/jest/pull/11801))
8
+
9
### Chore & Maintenance
10
11
### Performance
packages/jest-types/src/Config.ts
@@ -61,7 +61,7 @@ export interface ConfigGlobals {
61
}
62
63
// This interface gets filled out when pretty-format is included
64
-interface PrettyFormatOptions {}
+export interface PrettyFormatOptions {}
65
66
export type DefaultOptions = {
67
automock: boolean;
0 commit comments