Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Releases: unional/ava-fixture

Experimental new `fixture` function

19 Mar 05:25
Compare
Choose a tag to compare

Testing a new ava independent fixture function. Can be found at import { fixture } from 'ava-fixture'

Add `each()`

15 Jan 06:56
Compare
Choose a tag to compare

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

04 Dec 05:37
Compare
Choose a tag to compare

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

19 Jul 08:11
Compare
Choose a tag to compare

0.1.2 - 0.1.4 are test release to get the package right.

Now the package properly excludes test files.

Patch release

19 Jul 07:45
Compare
Choose a tag to compare

Update readme and perform some misc cleanup on the project package.

Initial release

19 Jul 07:45
Compare
Choose a tag to compare

Added basic functionalities