Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #15495

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

added maxRelatedTestsDepth to snapshots and a few default configs

787ac67
Select commit
Loading
Failed to load commit list.
Open

feat(CLI): --maxRelatedTestsDepth flag to control the depth of related test in --findRelatedTests #15495

added maxRelatedTestsDepth to snapshots and a few default configs
787ac67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 11, 2025 in 0s

66.66% of diff hit (target 68.55%)

View this Pull Request on Codecov

66.66% of diff hit (target 68.55%)

Annotations

Check warning on line 52 in packages/jest-cli/src/args.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/jest-cli/src/args.ts#L52

Added line #L52 was not covered by tests

Check warning on line 59 in packages/jest-cli/src/args.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/jest-cli/src/args.ts#L59

Added line #L59 was not covered by tests

Check warning on line 61 in packages/jest-cli/src/args.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/jest-cli/src/args.ts#L61

Added line #L61 was not covered by tests

Check warning on line 280 in packages/jest-core/src/SearchSource.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/jest-core/src/SearchSource.ts#L280

Added line #L280 was not covered by tests

Check warning on line 74 in packages/jest-core/src/lib/updateGlobalConfig.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/jest-core/src/lib/updateGlobalConfig.ts#L74

Added line #L74 was not covered by tests