Remove chai-as-promised (#1116)
* Test: Remove chai-as-promised calls * Test/Helpers: expectThrow accepts optional message * NPM: Remove chai-as-promised * Contracts/DestructibleMock: Fix lint
This commit is contained in:
committed by
Nicolás Venturo
parent
afe9113b18
commit
e6c15b34da
@ -4,7 +4,6 @@ const { assertRevert } = require('../helpers/assertRevert');
|
||||
const SupportsInterfaceWithLookup = artifacts.require('SupportsInterfaceWithLookupMock');
|
||||
|
||||
require('chai')
|
||||
.use(require('chai-as-promised'))
|
||||
.should();
|
||||
|
||||
contract('SupportsInterfaceWithLookup', function (accounts) {
|
||||
|
||||
Reference in New Issue
Block a user