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
hehe I was looking at adding string concat support just this morning - I'll move my schedule up.
It's midnight here, so it'll have to be a tomorrow job I'm afraid. I'll do it now. It's pretty easy: we just need to follow the BinaryExpression nodes up until we have all the string literals.
There is no information about this breaking change in releases. I think it’s better to add notification than jest/no-empty-title was removed.
There should have been, but for some reason our changelog generation didn't pick it up.
I'm in agreement that it should be logged, which is why as you can see in the commit body:
BREAKING CHANEG: delete no-empty-title - use valid-title instead
Either way, it's a major version, so these things happen - we'll update the changelog in post soon :)
Hi, @SimenB , @G-Rath !
Thanks for the plugin updates! The new
valid-title
is fantastic, but I faced a couple of problems:I have lots of tests with titles of more than 80 symbols. I use string concatenation. It worked perfectly until I updated the
eslint-plugin-jest
.The new
valid-title
returns an error:I suppose it should be OK with string concatenation.
jest/no-empty-title
was removed.Thanks!
The text was updated successfully, but these errors were encountered: