Add sol-cover implementation
This commit is contained in:
		@@ -11,14 +11,14 @@ import { chaiSetup } from './utils/chai_setup';
 | 
			
		||||
import { constants } from './utils/constants';
 | 
			
		||||
import { TokenUtils } from './utils/token_utils';
 | 
			
		||||
 | 
			
		||||
const blockchainLifecycle = new BlockchainLifecycle();
 | 
			
		||||
const web3 = web3Factory.create();
 | 
			
		||||
const blockchainLifecycle = new BlockchainLifecycle(web3);
 | 
			
		||||
chaiSetup.configure();
 | 
			
		||||
const expect = chai.expect;
 | 
			
		||||
 | 
			
		||||
const SHOULD_ADD_PERSONAL_MESSAGE_PREFIX = false;
 | 
			
		||||
 | 
			
		||||
describe('ZeroEx library', () => {
 | 
			
		||||
    const web3 = web3Factory.create();
 | 
			
		||||
    const config = {
 | 
			
		||||
        networkId: constants.TESTRPC_NETWORK_ID,
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user