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 d250b40 commit 51b9b20Copy full SHA for 51b9b20
packages/jest-cli/src/init/types.ts
@@ -8,6 +8,6 @@
8
import {Config} from '@jest/types';
9
10
export type ProjectPackageJson = {
11
- jest?: Partial<Config.GlobalConfig>;
+ jest?: Partial<Config.InitialOptions>;
12
scripts?: {[key: string]: string};
13
};
0 commit comments