Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 2, 2019
1 parent 033b5c5 commit 6c908b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/init/types.ts
Expand Up @@ -8,6 +8,6 @@
import {Config} from '@jest/types';

export type ProjectPackageJson = {
jest?: Partial<Config.GlobalConfig>;
jest?: Partial<Config.InitialOptions>;
scripts?: {[key: string]: string};
};

0 comments on commit 6c908b3

Please sign in to comment.