-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
#673 introduced test.failing()
to describe tests that should fail. When writing those tests it's good practice to link to an issue tracking their eventual resolution.
Rather than adding a .see()
helper as originally proposed we're now looking to support hyperlinks in code comments that precede the test.failing()
declaration. These should be extracted using a Babel helper and output in the verbose and mini reporters.
See discussion: avajs/eslint-plugin-ava#110 (comment)