Skip to content

7.1.0

Compare
Choose a tag to compare
@novemberborn novemberborn released this 10 Jun 15:29
3e8db20

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 like t.true(foo()). c8ddcc3 Thanks @GMartigny!
  • Scoped packages are once again ignored in no-import-test-files 67c27b4

All changes

v7.0.0...v7.1.0

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.