From f3f264f5fde609c05641fabb5cc6c2c333e103b4 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 9 Feb 2018 12:50:37 -0800 Subject: Add tslint.json to deployer package and fix all tslint issues --- packages/deployer/test/deploy_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/deployer/test') diff --git a/packages/deployer/test/deploy_test.ts b/packages/deployer/test/deploy_test.ts index 5df729a04..5fe2ffbd7 100644 --- a/packages/deployer/test/deploy_test.ts +++ b/packages/deployer/test/deploy_test.ts @@ -5,6 +5,7 @@ import { Compiler } from '../src/compiler'; import { Deployer } from '../src/deployer'; import { fsWrapper } from '../src/utils/fs_wrapper'; import { CompilerOptions, ContractArtifact, ContractData, DoneCallback } from '../src/utils/types'; + import { constructor_args, exchange_binary } from './fixtures/exchange_bin'; import { constants } from './util/constants'; -- cgit v1.2.3