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 033b5c5 commit 6c908b3Copy full SHA for 6c908b3
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