Add a way to print reminders with test.failing
, test.skip
, etc.
#3224
tommy-mitchell
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Could you use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using
test.failing
(and others), you might add a comment explaining why the test isn't working yet:While this comment may show up in a lint reporter, it doesn't when running tests:
Maybe the reporter could print an optional message?
Beta Was this translation helpful? Give feedback.
All reactions