Fix remix-libs test

pull/3510/head
ioedeveloper 2 years ago committed by yann300
parent 65d062c94f
commit 85a7c6c9b9
  1. 2
      libs/remix-tests/src/run.ts
  2. 1
      libs/remix-tests/tests/testRunner.cli.spec.ts

@ -55,7 +55,7 @@ commander
.option('-f, --fork <string>', 'set hard fork (e.g: istanbul, berlin etc. See full list of hard forks here: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/hardforks)')
.option('-n, --nodeUrl <string>', 'set node url (e.g: https://mainnet.infura.io/v3/your-api-key)')
.option('-b, --blockNumber <string>', 'set block number (e.g: 123456)')
.option('-k, --killProcess <bool>', 'enable/disable process exit with code 1 if there are failing tests.')
.option('-k, --killProcess <bool>', 'enable/disable process exit with code 1 if there are failing tests')
.argument('file_path', 'path to test file or directory')
.action(async (file_path) => {
const options = commander.opts();

@ -49,6 +49,7 @@ Options:
-n, --nodeUrl <string> set node url (e.g:
https://mainnet.infura.io/v3/your-api-key)
-b, --blockNumber <string> set block number (e.g: 123456)
-k, --killProcess <bool> enable/disable process exit with code 1 if there are failing tests
-h, --help display help for command
Commands:

Loading…
Cancel
Save