mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Created and connected index.js files for use-cases, adapters, and controllers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Mocks for the Adapter library.
|
||||
*/
|
||||
|
||||
const ipfs = {
|
||||
ipfsAdapter: {
|
||||
ipfs: {}
|
||||
},
|
||||
ipfsCoordAdapter: {
|
||||
ipfsCoord: {}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { ipfs }
|
||||
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
Mocks for the use cases.
|
||||
*/
|
||||
|
||||
class UseCasesMock {}
|
||||
|
||||
module.exports = UseCasesMock
|
||||
Reference in New Issue
Block a user