Fix test-publish failure in contracts packages

This commit is contained in:
Alex Browne
2018-12-18 16:26:10 -08:00
parent 38346a9aae
commit a650d695ce
3 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
export * from './artifacts';
export * from './wrappers';

View File

@@ -1,3 +1,2 @@
export * from './artifacts';
export * from './wrappers';
export * from '../test/utils';

View File

@@ -18,14 +18,13 @@ import * as _ from 'lodash';
import {
artifacts,
ERC20ProxyContract,
ERC20Wrapper,
ERC721ProxyContract,
ERC721Wrapper,
ExchangeContract,
ExchangeWrapper,
OrderValidatorContract,
} from '../../src';
import { ERC20Wrapper, ERC721Wrapper, ExchangeWrapper } from '../utils';
chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);