This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
0.43.0b0 - `fixtures` subcommand
darrenburns
released this
01 May 13:45
·
255 commits
to master
since this release
Adds the fixtures
subcommand. By default this command lists out all fixtures present in the project. For example, running ward fixtures
gives us the following output:
We can also run ward fixtures --show-dependency-tree
to see the relationship between fixtures:
Thanks to @JoshKarpel for this contribution!