Open elenadimitrova opened 4 years ago
Thank you. I will investigate it.
I managed to narrow it down to changing the empty function declarations to use arrow syntax:
describe("Test Approved Transfer", function () {
=>
describe("Test Approved Transfer", () => {
This change is okay when running the mocha tests but not under coverage.
Some random errors after contract instrumentation have started happening since yesterday:
Sample failing build: https://circleci.com/gh/argentlabs/argent-contracts/289
Also
Sample failing build: https://circleci.com/gh/argentlabs/argent-contracts/287