Unskip send / transfer unit test

pull/345/head
cgewecke 5 years ago
parent 6f930d210a
commit bcb471a94c
  1. 2
      test/app.js

@ -341,7 +341,7 @@ describe('app', () => {
collectGarbage();
});
it.skip('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
it('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
// Skipped due to https://github.com/sc-forks/solidity-coverage/issues/106
// Validate ethereumjs-vm hack to remove gas constraints on transfer() and send()
assert(pathExists('./coverage') === false, 'should start without: coverage');

Loading…
Cancel
Save