Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xianny committed Jun 11, 2020
1 parent 516c037 commit 0e60279
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/swap_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0e60279

Please sign in to comment.