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

fix(no-disabled-tests): adjust selector to match only test functions #777

Merged
merged 1 commit into from Mar 6, 2021

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Mar 6, 2021

The missing brackets means we're currently checking for (^xit) OR (xtest$)

Base automatically changed from master to main March 6, 2021 19:29
@G-Rath G-Rath merged commit c916902 into main Mar 6, 2021
@G-Rath G-Rath deleted the fix-no-disabled-tests-selector branch March 6, 2021 19:32
github-actions bot pushed a commit that referenced this pull request Mar 6, 2021
## [24.1.7](v24.1.6...v24.1.7) (2021-03-06)

### Bug Fixes

* **no-disabled-tests:** adjust selector to match only test functions ([#777](#777)) ([c916902](c916902))
* **no-disabled-tests:** support `describe.skip.each` & `xdescribe.each` ([#778](#778)) ([6a32e87](6a32e87))
@github-actions
Copy link

github-actions bot commented Mar 6, 2021

🎉 This PR is included in version 24.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@G-Rath
Copy link
Collaborator Author

G-Rath commented Mar 6, 2021

This fixed #775

@fabb
Copy link

fabb commented Mar 6, 2021

Ouch, regex operator precendence is weird sometimes.

This was referenced Mar 7, 2021
This was referenced Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants