Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): remove dependency on cosmiconfig
We previously had a dependency on cosmiconfig to inject configuration and validate that we read configuration correctly. This behaviour has since been moved from being at require-time to at execution-time, meaning we can test configuration loading in isolation from the engine without mocking our own code.
- Loading branch information