File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,6 @@ export default function normalize(
896
896
case 'notify' :
897
897
case 'notifyMode' :
898
898
case 'onlyChanged' :
899
- case 'onlyFailures' :
900
899
case 'outputFile' :
901
900
case 'passWithNoTests' :
902
901
case 'replname' :
@@ -986,12 +985,10 @@ export default function normalize(
986
985
987
986
if ( argv . all ) {
988
987
newOptions . onlyChanged = false ;
989
- newOptions . onlyFailures = false ;
990
988
} else if ( newOptions . testPathPattern ) {
991
989
// When passing a test path pattern we don't want to only monitor changed
992
990
// or failed files unless `--watch` is also passed.
993
991
newOptions . onlyChanged = newOptions . watch ;
994
- newOptions . onlyFailures = newOptions . watch ;
995
992
}
996
993
997
994
if ( ! newOptions . onlyChanged ) {
You can’t perform that action at this time.
0 commit comments