We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f930d2 commit bcb471aCopy full SHA for bcb471a
test/app.js
@@ -341,7 +341,7 @@ describe('app', () => {
341
collectGarbage();
342
});
343
344
- it.skip('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
+ it('contract sends / transfers to instrumented fallback: coverage, cleanup & exit(0)', () => {
345
// Skipped due to https://github.com/sc-forks/solidity-coverage/issues/106
346
// Validate ethereumjs-vm hack to remove gas constraints on transfer() and send()
347
assert(pathExists('./coverage') === false, 'should start without: coverage');
0 commit comments