Simplify ESLint config (#3903)
This commit is contained in:
@ -5,7 +5,7 @@ const { Rounding } = require('../../helpers/enums.js');
|
||||
|
||||
const MathMock = artifacts.require('MathMock');
|
||||
|
||||
contract('Math', function (accounts) {
|
||||
contract('Math', function () {
|
||||
const min = new BN('1234');
|
||||
const max = new BN('5678');
|
||||
const MAX_UINT256_SUB1 = MAX_UINT256.sub(new BN('1'));
|
||||
|
||||
Reference in New Issue
Block a user