You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason we don't error on it.todo is that you can't have an expect in a todo - whereas a skip is meant to be a complete test e.g. in your example you're using it.skip for what it.todo is meant for.
I'm going to close this because it's not a bug per my previous comment, and I currently don't think there's a lot of want for this for it to be worth implementing an option (since this is the first time someone has commented on it).
If more folks comment here or make new issues requesting it as an option, I'm happy to do a PR.
Example code:
expect-expect warns on such code, but I think it shouldn't because the test is skipped.
The text was updated successfully, but these errors were encountered: