- Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Introduced in Jest 24 (see this blog post), it seems like we could support a rule that would prefer the following:
test.todo('i need to write this test')instead of:
test('i need to write this test') // and/or test('i need to write this test', () => {})Haven't thought much about specifics, rule naming, etc. Just came here from the Jest 24 blog post and wanted to jot this down.