Skip to content

Commit

Permalink
Global config. Remove needless assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Connormiha committed May 20, 2021
1 parent 50451df commit e916b7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jest-core/src/lib/updateGlobalConfig.ts
Expand Up @@ -36,7 +36,6 @@ export default (
replacePathSepForRegex(options.testPathPattern) || '';
}

newConfig.onlyChanged = false;
newConfig.onlyChanged =
!newConfig.watchAll &&
!newConfig.testNamePattern &&
Expand Down

0 comments on commit e916b7d

Please sign in to comment.