Simplify ESLint config (#3903)
This commit is contained in:
@ -4,7 +4,7 @@ const { range } = require('../../../scripts/helpers');
|
||||
|
||||
const SafeCastMock = artifacts.require('SafeCastMock');
|
||||
|
||||
contract('SafeCast', async (accounts) => {
|
||||
contract('SafeCast', async function () {
|
||||
beforeEach(async function () {
|
||||
this.safeCast = await SafeCastMock.new();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user