@0x/contracts-exchange: Add tests and run prettier.

This commit is contained in:
Lawrence Forman
2019-07-28 00:31:45 -04:00
parent 61fc32b7c0
commit e01eadaecd
4 changed files with 144 additions and 59 deletions

View File

@@ -45,5 +45,5 @@ export {
Token,
TransactionDataParams,
} from './types';
export { blockchainTests} from './mocha_blockchain';
export { blockchainTests, BlockchainTestsEnvironment } from './mocha_blockchain';
export { chaiSetup, expect } from './chai_setup';