avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.74k stars 1.41k forks source link

What happened to "helpers" in 2.0.0 #2153

Closed DuJiming closed 5 years ago

DuJiming commented 5 years ago
 ✖ No tests found in test/helpers/index.js, make sure to import "ava" at the top of your test file

I think some configurations have been added. By default, "helpers" are not excluded. Where is the configuration? Thank you.

sindresorhus commented 5 years ago

This is clearly documented in the release notes: https://github.com/avajs/ava/releases/tag/v2.0.0

Please try harder to find the answer yourself next time before opening an issue. Thanks.

novemberborn commented 4 years ago

@Lange those are the pre-release docs. This is changing (and improving!) in v3 , out now in beta.