mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
v5 tests call v5 routes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
const chai = require('chai')
|
||||
const assert = chai.assert
|
||||
const Rawtransactions = require('../../src/routes/v4/full-node/rawtransactions')
|
||||
const Rawtransactions = require('../../src/routes/v5/full-node/rawtransactions')
|
||||
const uut = new Rawtransactions()
|
||||
|
||||
// const nock = require('nock') // HTTP mocking
|
||||
|
||||
Reference in New Issue
Block a user