7.1.0
Improvements
no-ignored-test-files
and no-import-test-files
once again allow you to specify extensions and glob patterns. This is useful if you pre-compile your tests before running AVA, in which case the configured patterns can't be used while linting. Requires AVA 2.1.0. 428d70d
Bug fixes
prefer-t-regex
no longer crashes over assertions liket.true(foo())
. c8ddcc3 Thanks @GMartigny!- Scoped packages are once again ignored in
no-import-test-files
67c27b4
All changes
Get involved
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great articleon getting started contributing and a comprehensive contributing guide.