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
Any chance the exclude rule for helpers can be relaxed so it only applies to files within test/helpers? I just ran into a couldn't find any files to test error for a test file that definitely existed. Ended up being because it was in a helpers dir nested deep within the package I was working on.
I wasn't even aware ava had a concept of helpers until I ran into this. Where are they documented?