mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
@@ -5,6 +5,7 @@ start-local-server
|
|||||||
test-local-server
|
test-local-server
|
||||||
start-decatur-main.sh
|
start-decatur-main.sh
|
||||||
start-decatur-test.sh
|
start-decatur-test.sh
|
||||||
|
test-decatur-main.sh
|
||||||
start-bitcoincom.sh
|
start-bitcoincom.sh
|
||||||
test-remote-server.sh
|
test-remote-server.sh
|
||||||
start-bitcoincom-testnet.sh
|
start-bitcoincom-testnet.sh
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ describe('#slp', () => {
|
|||||||
// 'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
|
// 'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
|
||||||
|
|
||||||
const result = await slp.tokenStats(req, res)
|
const result = await slp.tokenStats(req, res)
|
||||||
console.log(`result: ${util.inspect(result)}`)
|
// console.log(`result: ${util.inspect(result)}`)
|
||||||
|
|
||||||
// Assert that expected properties exist.
|
// Assert that expected properties exist.
|
||||||
assert.property(result, 'decimals')
|
assert.property(result, 'decimals')
|
||||||
@@ -71,7 +71,7 @@ describe('#slp', () => {
|
|||||||
'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
|
'a4fb5c2da1aa064e25018a43f9165040071d9e984ba190c222a7f59053af84b2'
|
||||||
|
|
||||||
const result = await slp.tokenStats(req, res)
|
const result = await slp.tokenStats(req, res)
|
||||||
console.log(`result: ${util.inspect(result)}`)
|
// console.log(`result: ${util.inspect(result)}`)
|
||||||
|
|
||||||
// Assert that expected properties exist.
|
// Assert that expected properties exist.
|
||||||
assert.property(result, 'decimals')
|
assert.property(result, 'decimals')
|
||||||
|
|||||||
Reference in New Issue
Block a user