mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
10 lines
91 B
JavaScript
10 lines
91 B
JavaScript
/*
|
|
Mocks for Koa 'app' object.
|
|
*/
|
|
|
|
const app = {
|
|
use: () => {}
|
|
}
|
|
|
|
module.exports = app
|