openzeppelin-test-environment icon indicating copy to clipboard operation
openzeppelin-test-environment copied to clipboard

Add a port number as an optional config value

Open chebykin opened this issue 5 years ago • 1 comments

This will solve #65 if you specify the same port number in eth-gas-reporter and test-environment configs. When you ignore a port number value in your config, it will use a default undefined just like before.

chebykin avatar Jul 11 '20 13:07 chebykin

Thanks for the suggestion @chebykin! This is an interesting way to achieve support for gas reporting. As a side effect, though, degining a port number will make parallel tests (with Jest or AVA) stop working. So I'm not sure the solution is acceptable for us.

frangio avatar Jul 17 '20 19:07 frangio