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
The minimum supported Node.js version is now v12.20.0.
The minimum supported AVA version is now v1.0.0.
The default fixture directory is now the same as AVA’s snapshot directory, via AVA’s meta.snapshotDirectory value. If you’d like to use the same directory as before, there is a new fixtureDir config option.
New Feature
The fixture directory is now configurable via the fixtureDir option.
Support for decoding compressed Brotli responses.
Bug Fix
Fix detection of the current test file by switching to AVA’s meta.file value. Previously, this could sometimes be incorrect in situations where Node.js was actually running a different file than the actual source file of the test (due to transpilation, source maps, etc.).