mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
moved json-files to adapters directory
This commit is contained in:
@@ -5,7 +5,7 @@ const sinon = require('sinon')
|
||||
const util = require('util')
|
||||
util.inspect.defaultOptions = { depth: 1 }
|
||||
|
||||
const JsonFiles = require('../../../src/lib/utils/json-files')
|
||||
const JsonFiles = require('../../../src/adapters/json-files')
|
||||
|
||||
const JSON_FILE = 'test-json-file.json'
|
||||
const JSON_PATH = `${__dirname.toString()}/${JSON_FILE}`
|
||||
|
||||
Reference in New Issue
Block a user