Skip to content

Commit

Permalink
skip coinbase in test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 31, 2018
1 parent a78aa93 commit e7f1e7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/test/test.js
Expand Up @@ -112,6 +112,10 @@ let testSymbol = async (exchange, symbol) => {
log (await exchange.fetchTickers ())
log (await exchange.fetchGlobal ())

} else if (exchange.id === 'coinbase') {

// do nothing for now

} else {

await tests['fetchOrderBook'] (exchange, symbol)
Expand Down

0 comments on commit e7f1e7f

Please sign in to comment.