-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow tests to be skipped #12
Comments
Hey @lloydk, I’ve started working on this and I had a question: how did you envision the value of |
That's exactly what I was thinking. |
Ok, I pushed an experimental implementation, would love it if you could try it and give me feedback! (hasn't published to npm yet though) |
It would be nice if the skip property was inherited so I could easily skip a group of tests. Or be able to set it at the top level of a test file and then set a specific test to I would use |
It was meant to be inherited! If it's not, that's a bug! |
Have you tried it and it does not inherit? |
I tried it and it didn't work |
Ah bummer. Can you open an issue about that bug? |
Created a PR #15, it was a simple fix. |
You rock man! Thanks so much. |
As mentioned in color-js/color.js#428 it would be nice if tests could be skipped.
This could be as simple as adding a
skip
property to a test or set of tests. E.g.The test runners would output the number of skipped tests.
The text was updated successfully, but these errors were encountered: