You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We upgraded from 26.2.1 to 26.4.5 and are now seeing error Test is missing function argument jest/no-disabled-tests for tests marked as todos: it.todo('does something'). I guess this could have been introduced in 26.4.1 or 26.4.2 by switching to jest function call parser?
What is expected
no-disabled-tests should not report tests marked as todos.
Thanks for your time!
The text was updated successfully, but these errors were encountered:
What happens
We upgraded from 26.2.1 to 26.4.5 and are now seeing
error Test is missing function argument jest/no-disabled-tests
for tests marked as todos:it.todo('does something')
. I guess this could have been introduced in 26.4.1 or 26.4.2 by switching to jest function call parser?What is expected
no-disabled-tests
should not report tests marked as todos.Thanks for your time!
The text was updated successfully, but these errors were encountered: