-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Ensure no exercise tests are skipped when running make test
#88
Comments
make test
make test
Good catch. We also need to find it.skip and xdescribe |
Added #89 for this. Doesn't seem to be any occurrences of |
cool. Let’s leave this open so we can update ci to catch this with a linter or similar. |
Also we should check if that all tests are ignored expect for the first one. #139 |
Some exercise tests are skipped when running make test.
This happens as tests have been marked to be skipped using the
xtest
function.Any occurrences of
xtest
should be replaced withxit
.The text was updated successfully, but these errors were encountered: