Closed nmclrn closed 4 years ago
Runningnpx buidler node
first gets me past the Uncaught error
issue (presumably the problem is that with eth-gas-reporter
installed, tests suddenly require a not-in-process node?) but it results in only an empty table of gas costs.
I tried adding
"buidler-gas-reporter"
to the starter kit project, but after installing it and adding theusePlugin...
line recommended in https://buidler.dev/plugins/buidler-gas-reporter.html, I find thatnpm run test
hits1) Uncaught error outside test suite
.Just trying out buidler for the first time so I'm not sure whether this is a necessary config change I've overlooked in this very helpful starter kit repo (thanks - it's awesome!) or an issue with
buidler-gas-reporter
itself?