0x00000002

Results 3 comments of 0x00000002

``` /** * @notice this modifier will skip the testFail*** ONLY */ modifier skipFail(bool isSkipped) { if (!isSkipped) { require(0 == 1); _; } }```

Anyone solved it? Can't install with npm/yarn/manually :(