Skip to content

Commit

Permalink
remove flags from DefaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 29, 2019
1 parent fa27e9b commit 9105002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/jest-config/src/Defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export default ({
coverageThreshold: null,
cwd: process.cwd(),
dependencyExtractor: null,
detectLeaks: false,
detectOpenHandles: false,
errorOnDeprecated: false,
expand: false,
filter: null,
Expand Down
2 changes: 0 additions & 2 deletions packages/jest-config/src/ValidConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export default ({
},
cwd: '/root',
dependencyExtractor: '<rootDir>/dependencyExtractor.js',
detectLeaks: false,
detectOpenHandles: false,
displayName: 'project-name',
errorOnDeprecated: false,
expand: false,
Expand Down
2 changes: 0 additions & 2 deletions types/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export type DefaultOptions = {|
globalSetup: ?string,
globalTeardown: ?string,
haste: HasteConfig,
detectLeaks: boolean,
detectOpenHandles: boolean,
moduleDirectories: Array<string>,
moduleFileExtensions: Array<string>,
moduleNameMapper: {[key: string]: string},
Expand Down

0 comments on commit 9105002

Please sign in to comment.