Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build: improve globbing of jasmine test files #30470

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

Merged
merged 1 commit into from
Jun 5, 2025

Conversation

devversion
Copy link
Member

@devversion devversion commented Jun 5, 2025

This doesn't seem to surface here, but in the framework and in the COMP repo, the glob wasn't catching all files because it wasn't escaped— so didn't actually get picked up by Jasmine, but was expanded by Bash.

This improves the rule and makes this logic more future-proof.

@devversion devversion requested a review from alan-agius4 June 5, 2025 13:30
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Jun 5, 2025
@alan-agius4 alan-agius4 added target: patch This PR is targeted for the next patch release action: merge The PR is ready for merge by the caretaker labels Jun 5, 2025
@devversion devversion force-pushed the improve-jasmine-glob branch from f2dc2fb to e5d724c Compare June 5, 2025 15:08
@devversion devversion requested a review from alan-agius4 June 5, 2025 15:09
This doesn't seem to surface here, but in the framework and in the COMP
repo, the glob wasn't catching all files because it wasn't escpaed— so
didn't actually get picked up by Jasmine, but was expanded by Bash.

This improves this and makes this logic more future-proof.
@devversion devversion force-pushed the improve-jasmine-glob branch from e5d724c to 2e3708e Compare June 5, 2025 15:17
@devversion devversion added action: merge The PR is ready for merge by the caretaker and removed action: merge The PR is ready for merge by the caretaker labels Jun 5, 2025
@dgp1130 dgp1130 merged commit 1a235e0 into angular:main Jun 5, 2025
54 of 55 checks passed
@dgp1130
Copy link
Collaborator

dgp1130 commented Jun 5, 2025

The changes were merged into the following branches: main, 20.0.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants