This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Description
Some random errors after contract instrumentation have started happening since yesterday:
Instrumenting for coverage...
=============================
...
> server: http://127.0.0.1:8545
Error: TypeError: this.timeout is not a function
at Object.runCoverage (/Users/Elena/Source/argent-contracts/node_modules/etherlime/cli-commands/etherlime-test/etherlime-coverage.js:84:9)
etherlime coverage [path] [timeout] [port] [solcVersion] [workingDirectory]
[html] [ignoreFiles]
Run all tests with code coverage.
Sample failing build: https://circleci.com/gh/argentlabs/argent-contracts/289
Also
> server: http://127.0.0.1:8545
Error: SyntaxError: Invalid or unexpected token
at Object.runCoverage (/home/circleci/argent-contracts/node_modules/etherlime/cli-commands/etherlime-test/etherlime-coverage.js:84:9)
etherlime coverage [path] [timeout] [port] [solcVersion] [workingDirectory]
[html] [ignoreFiles]
Sample failing build: https://circleci.com/gh/argentlabs/argent-contracts/287