@0x/contracts-test-utils: Export a custom describe() instead of

extending Mocha's ambient declarations.
`@0x/contracts-exchange`: Use `describe.optional` instead of
`blockchainTests.optional` in `test/fill_order.ts`.
This commit is contained in:
Lawrence Forman
2019-07-28 13:23:47 -04:00
parent 930b742663
commit 3cf48a831b
4 changed files with 140 additions and 115 deletions

View File

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