Skip to content

Commit 3e2120f

Browse files
boujeepossumcpojer
authored andcommitted
fix changedFilesWithAncestor (#4193)
1 parent 7aec432 commit 3e2120f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/jest-config/src/defaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = ({
3434
browser: false,
3535
cache: true,
3636
cacheDirectory,
37-
changedFilesWithAncestor: false,
3837
clearMocks: false,
3938
coveragePathIgnorePatterns: [NODE_MODULES_REGEXP],
4039
coverageReporters: ['json', 'text', 'lcov', 'clover'],

types/Config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export type DefaultOptions = {|
2828
browser: boolean,
2929
cache: boolean,
3030
cacheDirectory: Path,
31-
changedFilesWithAncestor: boolean,
3231
clearMocks: boolean,
3332
coveragePathIgnorePatterns: Array<string>,
3433
coverageReporters: Array<string>,

0 commit comments

Comments
 (0)