@0x:contract-integrations Added the integrations package to CI

This commit is contained in:
Alex Towle
2019-10-09 10:25:01 -07:00
parent be95bce4cd
commit 89ae04803f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { BigNumber } from '@0x/utils';
import { DeploymentManager, AddressManager } from '../../src';
blockchainTests('Exchange & Staking', async env => {
blockchainTests('Exchange & Staking', env => {
let accounts: string[];
let makerAddress: string;
let takers: string[];