Releases: unional/ava-fixture
Experimental new `fixture` function
Add `each()`
This completes most functionalities needed.
Breaking change: in 0.7
, process.cwd()
set to each case's path automatically.
This feature has been removed to reduce confusion.
process.cwd(d.casePath)
if you need to do that.
At the end of each test, the process.cwd()
is restored to the original, so you don't have to do the clean up. 🌷
Update to ava@0.17
One breaking change is that now ava
uses the execution path as cwd
instead of each file location.
See: https://github.com/avajs/ava/releases/tag/v0.17.0
Thus, if you use relative path to create your fixture tests, you need to adjust your path.
Maintenance Release
0.1.2 - 0.1.4 are test release to get the package right.
Now the package properly excludes test files.
Patch release
Update readme and perform some misc cleanup on the project package.
Initial release
Added basic functionalities