@0x/contracts-test-utils: Add shortZip().

This commit is contained in:
Lawrence Forman
2019-09-18 18:33:44 -04:00
committed by Lawrence Forman
parent 993f05d5ac
commit b4b6d4d969
3 changed files with 15 additions and 1 deletions

View File

@@ -50,3 +50,4 @@ export {
export { blockchainTests, BlockchainTestsEnvironment, describe } from './mocha_blockchain';
export { chaiSetup, expect } from './chai_setup';
export { getCodesizeFromArtifact } from './codesize';
export { shortZip } from './lang_utils';