mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
feat(Blockbook): Adding transaction details endpoint for Blockbook
This commit is contained in:
@@ -37,6 +37,9 @@ describe("#Blockbook Router", () => {
|
||||
process.env.BLOCKBOOK_URL = "http://fakeurl/api/"
|
||||
mockServerUrl = `http://fakeurl`
|
||||
}
|
||||
|
||||
if (!process.env.NETWORK) process.env.NETWORK = "testnet"
|
||||
|
||||
// console.log(`Testing type is: ${process.env.TEST}`)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user