comment out `testrpc` (no-unused-vars)

This commit is contained in:
Michael Bradley, Jr 2018-07-11 13:08:15 -05:00
parent 1cae5bb02e
commit 765c7c4e4c
1 changed files with 1 additions and 1 deletions

View File

@ -12,8 +12,8 @@ class Simulator {
run(options) {
let cmds = [];
const testrpc = shelljs.which('testrpc');
const ganache = shelljs.which('ganache-cli-embark');
// const testrpc = shelljs.which('testrpc');
// if (!testrpc && !ganache) {
// this.logger.warn(__('%s is not installed on your machine', 'Ganache CLI (TestRPC)'));
// this.logger.info(__('You can install it by running: %s', 'npm -g install ganache-cli'));