mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Removing unneeded comments
This commit is contained in:
Generated
+1118
-1578
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -61,7 +61,7 @@
|
|||||||
"chai": "^4.1.2",
|
"chai": "^4.1.2",
|
||||||
"coveralls": "^3.0.2",
|
"coveralls": "^3.0.2",
|
||||||
"eslint-config-prettier": "^6.0.0",
|
"eslint-config-prettier": "^6.0.0",
|
||||||
"eslint": "^6.0.0",
|
"eslint": "5.16.0",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
"eslint-plugin-prettier": "^3.1.0",
|
"eslint-plugin-prettier": "^3.1.0",
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
|
|||||||
@@ -294,10 +294,6 @@ describe("#Insight Address", () => {
|
|||||||
.get(uri => uri.includes("/"))
|
.get(uri => uri.includes("/"))
|
||||||
.times(2)
|
.times(2)
|
||||||
.reply(200, mockData.mockAddressDetails)
|
.reply(200, mockData.mockAddressDetails)
|
||||||
|
|
||||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
|
||||||
// .get(uri => uri.includes("/"))
|
|
||||||
// .reply(200, mockData.mockAddressDetails)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the details API.
|
// Call the details API.
|
||||||
@@ -598,10 +594,6 @@ describe("#Insight Address", () => {
|
|||||||
.get(uri => uri.includes("/"))
|
.get(uri => uri.includes("/"))
|
||||||
.times(2)
|
.times(2)
|
||||||
.reply(200, mockData.mockUtxoDetails)
|
.reply(200, mockData.mockUtxoDetails)
|
||||||
|
|
||||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
|
||||||
// .get(`/addr/mwJnEzXzKkveF2q5Af9jxi9j1zrtWAnPU8/utxo`)
|
|
||||||
// .reply(200, mockData.mockUtxoDetails)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the details API.
|
// Call the details API.
|
||||||
@@ -1142,12 +1134,6 @@ describe("#Insight Address", () => {
|
|||||||
.get(uri => uri.includes("/"))
|
.get(uri => uri.includes("/"))
|
||||||
.times(2)
|
.times(2)
|
||||||
.reply(200, mockData.mockTransactions)
|
.reply(200, mockData.mockTransactions)
|
||||||
|
|
||||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
|
||||||
// .get(
|
|
||||||
// `/txs/?address=bchtest:qzknfggae0av6yvxk77gmyq7syc67yux6sk80haqyr&pageNum=0`
|
|
||||||
// )
|
|
||||||
// .reply(200, mockData.mockTransactions)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the details API.
|
// Call the details API.
|
||||||
|
|||||||
Reference in New Issue
Block a user