The defaultEnabled
option introduced in v1.5.0
is now documented in the README and overridable. If defaultEnabled: true
in proxy config, you can selectively disable it in the fixture using myFixtureKey: false
(e.g. mui: false
)
This release also bumps the dependencies to their latest and formats the code using prettier.