Skip to content

Commit

Permalink
test: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Aug 1, 2016
1 parent 47bf36b commit f7c1b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js → test/cryptocompare.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var cc = require('../')
test('coinList()', function (t) {
t.plan(1)
cc.coinList().then(coinList => {
console.dir(coinList.BTC)
t.strictEqual(coinList.BTC.CoinName, 'Bitcoin')
}).catch(t.end)
})

0 comments on commit f7c1b49

Please sign in to comment.