regenesis-surgery: enable 1inch deployer tests#1724
Conversation
|
Codecov Report
@@ Coverage Diff @@
## regenesis/0.5.0 #1724 +/- ##
===================================================
+ Coverage 72.64% 80.76% +8.11%
===================================================
Files 69 47 -22
Lines 2274 1440 -834
Branches 337 215 -122
===================================================
- Hits 1652 1163 -489
+ Misses 622 277 -345
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
| let eoa: Account | ||
| before(() => { | ||
| // eslint-disable-next-line | ||
| before(function() { |
There was a problem hiding this comment.
Have you tested this? I think this would need to be an arrow function and the parent should be a "normal" function. Not 100% sure though.
There was a problem hiding this comment.
I have tested it and it works, it will skip as expected when running on kovan
Description
Enables + fixes the tests for the 1inch deployer in the regenesis surgery tests