From 1b8b2c0b9b998f42ded72f56c799a7951ed5239f Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Tue, 9 Oct 2018 14:17:40 -0700 Subject: Appease linter --- packages/order-watcher/test/utils/migrate.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/order-watcher') diff --git a/packages/order-watcher/test/utils/migrate.ts b/packages/order-watcher/test/utils/migrate.ts index adcc22b1a..26412d246 100644 --- a/packages/order-watcher/test/utils/migrate.ts +++ b/packages/order-watcher/test/utils/migrate.ts @@ -4,6 +4,11 @@ import { ContractAddresses } from '@0xproject/types'; import { provider } from './web3_wrapper'; +/** + * Configures and runs the migrations exactly once. Any subsequent times this is + * called, it returns the cached addresses. + * @returns The addresses of contracts that were deployed during the migrations. + */ export async function migrateOnceAsync(): Promise { const txDefaults = { gas: devConstants.GAS_LIMIT, -- cgit v1.2.3