From 0e6027925f4ac7883eeb275d04428bfba2f2b8e7 Mon Sep 17 00:00:00 2001 From: xianny Date: Thu, 11 Jun 2020 12:07:59 -0700 Subject: [PATCH] wip --- test/swap_test.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/swap_test.ts b/test/swap_test.ts index 6c1d651fa4..f34e90b6a0 100644 --- a/test/swap_test.ts +++ b/test/swap_test.ts @@ -165,7 +165,12 @@ describe(SUITE_NAME, () => { it('should respect gasPrice', async () => { await quoteAndExpectAsync({ sellAmount: '1234', gasPrice: '150000000000' }, { gasPrice: '150000000000' }); }); - it('should respect excludedSources', async () => { + it.only('should respect excludedSources', async () => { + console.log(// tslint:disable-line:no-console + Object.keys(ERC20BridgeSource) + .map(s => s.toString()) + .join(','), + ); await quoteAndExpectAsync( { sellAmount: '1234',