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
Some projects nest test files next to relevant source files in several __tests__ directories. It would be handy to enforce this practice. I found out the hard way that consistent-test-filename does what it says and only uses basename.
Some projects nest test files next to relevant source files in several
__tests__
directories. It would be handy to enforce this practice. I found out the hard way thatconsistent-test-filename
does what it says and only usesbasename
.The API could be something like this:
The text was updated successfully, but these errors were encountered: