We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Mocha command "xit" (used for skipping tests) isn't working with tags.
Steps To Reproduce:
Actual Result: Tests are failing using xit.
Expected Result: Tests are skipped correctly using xit.
Screenshots:
The text was updated successfully, but these errors were encountered:
Hi @facundoem94,
As of v0.1.0 xit and xdescribe should be supported.
xit
xdescribe
Please let me know if you have any issues after upgrading.
Sorry, something went wrong.
Will take a look, thanks!
No branches or pull requests
Description
Mocha command "xit" (used for skipping tests) isn't working with tags.
Steps To Reproduce:
Actual Result:
Tests are failing using xit.
Expected Result:
Tests are skipped correctly using xit.
Screenshots:
![image](https://user-images.githubusercontent.com/16586023/117704189-f2200300-b1a0-11eb-85cc-242bd2627b09.png)
![image](https://user-images.githubusercontent.com/16586023/117704332-18de3980-b1a1-11eb-887a-35aa89649c9e.png)
The text was updated successfully, but these errors were encountered: