fixturify-project
Advanced tools
Changelog
4.0.0
peerDependencies
.linkDeps
argument originally linked both dependencies and devDependencies. In the course of implementing correct peerDep support, it was discovered that linking devDependencies is not typically desirable, so linkDeps
has switched to only link dependencies
, and you should pass linkDevDeps
to explicitly opt in to lining devDependencies
.Changelog
3.0.0
project.root
has been removed you can now use project.baseDir
;const { Project } = require('fixturify-project')