-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
avajs/ava#2785 introduces test.macro()
. This is incompatible with the following rules:
test-title
no-unknown-modifiers
use-t
no-identical-title
(because there is no title, see no-identical-title crashes if title is missing #317)
sindresorhus