mirror of https://github.com/embarklabs/embark.git
6797a8a9fc
When running tests that expect the EVM to fail, Embark's proxy keeps logging the VM errors to stdout making it look like tests weren't successful, while they are actually passing. Inside a test-runner it's probably expected not to see any error logs when the tests in question expect errors. This commit changes the proxy to use `debug()` logs instead of `error()`, making it configurable through log verbosity how much errors are seen. |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
embark-proxy
Proxy to listen to blockchain requests and responses
Visit embark.status.im to get started with Embark.