mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
Remove .only
This commit is contained in:
@@ -906,7 +906,7 @@ describe('#ElectrumX Router', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe.only('#_broadcastTransactionWithElectrum', () => {
|
||||
describe('#_broadcastTransactionWithElectrum', () => {
|
||||
it('should return error object for invalid formatted transaction', async () => {
|
||||
const invalidHex = mockData.txDetails.hex.substring(10)
|
||||
|
||||
@@ -941,7 +941,7 @@ describe('#ElectrumX Router', () => {
|
||||
})
|
||||
})
|
||||
|
||||
describe.only('#broadcastTransaction', () => {
|
||||
describe('#broadcastTransaction', () => {
|
||||
it('should throw an error for a non-string', async () => {
|
||||
req.body = 456
|
||||
|
||||
|
||||
Reference in New Issue
Block a user