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

update sanitizeSpecsPattern logic #788

Merged
merged 5 commits into from
Apr 24, 2024
Merged

Conversation

pranavj1001
Copy link
Member

Currently, we wrap the specPattern with {} if we find comma-separated values. This is required but it breaks a case where the pattern is of this type - "integration/{folderA,folderB}/*.spec.ts".

With this PR, we are handling the above-mentioned edge case and will only wrap the specPattern with {} if we find comma-separated values.

sparsh00
sparsh00 previously approved these changes Mar 6, 2024
@pranavj1001 pranavj1001 merged commit e4e30bc into master Apr 24, 2024
2 checks passed
@pranavj1001 pranavj1001 mentioned this pull request Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants