remove arrow functions from js tests (#1225)

This commit is contained in:
jacob
2018-08-21 14:30:14 -05:00
committed by Nicolás Venturo
parent 7618b91d9c
commit 64c324e37c
7 changed files with 34 additions and 34 deletions

View File

@ -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 () {