Skip to content

Commit

Permalink
chore(package): remove dependency on cosmiconfig
Browse files Browse the repository at this point in the history
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
ThisIsMissEm committed Jul 29, 2020
1 parent 1b72c70 commit 16a5224
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 56 deletions.
63 changes: 8 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"cosmiconfig": "^5.2.1",
"debug": "^4.1.1",
"mocha": "^6.2.0",
"prettier": "^1.15.3",
Expand Down

0 comments on commit 16a5224

Please sign in to comment.