Simplify ESLint config (#3903)
This commit is contained in:
@ -15,7 +15,7 @@ function expectStruct (value, expected) {
|
||||
}
|
||||
}
|
||||
|
||||
contract('SafeMath', function (accounts) {
|
||||
contract('SafeMath', function () {
|
||||
beforeEach(async function () {
|
||||
this.safeMath = await SafeMathMock.new();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user