remove arrow functions from js tests (#1225)
This commit is contained in:
@ -7,7 +7,7 @@ require('chai')
|
||||
.use(require('chai-bignumber')(BigNumber))
|
||||
.should();
|
||||
|
||||
contract('SafeMath', () => {
|
||||
contract('SafeMath', function () {
|
||||
const MAX_UINT = new BigNumber(2).pow(256).minus(1);
|
||||
|
||||
beforeEach(async function () {
|
||||
|
||||
Reference in New Issue
Block a user