Fix prettier issues
This commit is contained in:
@@ -25,10 +25,7 @@ import { LogWithDecodedArgs } from 'ethereum-types';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import {
|
||||
TestAssetProxyDispatcherAssetProxyRegisteredEventArgs,
|
||||
TestAssetProxyDispatcherContract,
|
||||
} from './wrappers';
|
||||
import { TestAssetProxyDispatcherAssetProxyRegisteredEventArgs, TestAssetProxyDispatcherContract } from './wrappers';
|
||||
|
||||
import { dependencyArtifacts } from './utils/dependency_artifacts';
|
||||
|
||||
|
||||
@@ -33,9 +33,7 @@ import * as _ from 'lodash';
|
||||
import { ExchangeWrapper } from './utils/exchange_wrapper';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import {
|
||||
ExchangeContract,
|
||||
} from './wrappers';
|
||||
import { ExchangeContract } from './wrappers';
|
||||
|
||||
import { MatchOrderTester, TokenBalances } from './utils/match_order_tester';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import { blockchainTests } from '@0x/contracts-test-utils';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import { TestProtocolFeesContract, TestProtocolFeesReceiverContract} from './wrappers';
|
||||
import { TestProtocolFeesContract, TestProtocolFeesReceiverContract } from './wrappers';
|
||||
|
||||
// The contents of this test suite does not inform the reader about the assertions made in these
|
||||
// tests. For more information and a more accurate view of the tests, check out
|
||||
|
||||
@@ -4,7 +4,7 @@ import { DataItem, MethodAbi, TupleDataItem } from 'ethereum-types';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import { ReentrancyTesterContract} from './wrappers';
|
||||
import { ReentrancyTesterContract } from './wrappers';
|
||||
|
||||
import { constants as TestConstants } from './utils/constants';
|
||||
|
||||
|
||||
@@ -6,10 +6,7 @@ import { LogWithDecodedArgs } from 'ethereum-types';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { artifacts } from './artifacts';
|
||||
import {
|
||||
TestTransactionsContract,
|
||||
TestTransactionsTransactionExecutionEventArgs,
|
||||
} from './wrappers';
|
||||
import { TestTransactionsContract, TestTransactionsTransactionExecutionEventArgs } from './wrappers';
|
||||
|
||||
blockchainTests.resets('Transaction Unit Tests', ({ provider, web3Wrapper, txDefaults }) => {
|
||||
let transactionsContract: TestTransactionsContract;
|
||||
|
||||
@@ -18,7 +18,7 @@ import {
|
||||
IsolatedExchangeContract,
|
||||
IsolatedExchangeDispatchTransferFromCalledEventArgs as DispatchTransferFromCallArgs,
|
||||
IsolatedExchangeFillEventArgs as FillEventArgs,
|
||||
} from '../wrappers';
|
||||
} from '../wrappers';
|
||||
|
||||
export interface AssetBalances {
|
||||
[assetData: string]: { [address: string]: BigNumber };
|
||||
|
||||
Reference in New Issue
Block a user