mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Changed path to routes in test libraries
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
const chai = require("chai")
|
||||
const assert = chai.assert
|
||||
const addressRoute = require("../../dist/routes/v2/address")
|
||||
const addressRoute = require("../../src/routes/v2/address")
|
||||
const nock = require("nock") // HTTP mocking
|
||||
|
||||
let originalUrl // Used during transition from integration to unit tests.
|
||||
|
||||
Reference in New Issue
Block a user