mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-07-31 10:52:20 +00:00
test: add upgrader to remaining tests
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
6
test/utils/upgrader.js
Normal file
6
test/utils/upgrader.js
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
upgradeOutbound: (conn) => conn,
|
||||
upgradeInbound: (conn) => conn,
|
||||
}
|
Reference in New Issue
Block a user