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
Since upgrading to Vitest v1.1.38, the valid-title rule no longer reports emptyTitle errors. It seems to be a false negative, as empty titles are not flagged anymore.
This was working correctly in v1.1.37.
it('',()=>{// Should report emptyTitle error, but doesn'texpect(1).toBe(1);});
Since upgrading to Vitest v1.1.38, the
valid-title
rule no longer reports emptyTitle errors. It seems to be a false negative, as empty titles are not flagged anymore.This was working correctly in v1.1.37.
eslint.config.js
Related PR: #682
The text was updated successfully, but these errors were encountered: