We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688cdf4 commit 6329afeCopy full SHA for 6329afe
README.md
@@ -198,6 +198,7 @@ Eventually... I got tired of scouring DeFi Docs and God forbid Git repositories
198
"git": true,
199
"contractWriteDir": "/lib/__abis__/artifacts",
200
"ganache": true,
201
+ "mocha": true,
202
"packman": "yarn",
203
"omitTruffleHdWalletProvider": false,
204
"ethNodeURL": "wss://mainnet.infura.io/ws/v3/INFURA_URL",
@@ -310,6 +311,8 @@ const PORT = 7545
310
311
server.listen(PORT, (err, blockchain) => { })
312
```
313
314
+* `mocha` ***bool*** *Whether or not mocha and chai are installed as dev-deps*.
315
+
316
* `packman` ***yarn || npm*** *The package manager going to be used to install said dependencies*
317
318
Defaults to yarn, fallbacks to npm if yarn fails.
0 commit comments