Skip to content

Commit

Permalink
fix changedFilesWithAncestor (jestjs#4193)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov authored and cpojer committed Aug 4, 2017
1 parent 0ebaaa3 commit 5598b46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/jest-config/src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module.exports = ({
browser: false,
cache: true,
cacheDirectory,
changedFilesWithAncestor: false,
clearMocks: false,
coveragePathIgnorePatterns: [NODE_MODULES_REGEXP],
coverageReporters: ['json', 'text', 'lcov', 'clover'],
Expand Down
1 change: 0 additions & 1 deletion types/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export type DefaultOptions = {|
browser: boolean,
cache: boolean,
cacheDirectory: Path,
changedFilesWithAncestor: boolean,
clearMocks: boolean,
coveragePathIgnorePatterns: Array<string>,
coverageReporters: Array<string>,
Expand Down

0 comments on commit 5598b46

Please sign in to comment.