mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-15 00:11:43 +00:00
refactor: move connection
This commit is contained in:
9
new-src/connection/tests.js
Normal file
9
new-src/connection/tests.js
Normal file
@ -0,0 +1,9 @@
|
||||
/* eslint-env mocha */
|
||||
|
||||
'use strict'
|
||||
|
||||
const connectionSuite = require('../test/connection')
|
||||
|
||||
module.exports = (test) => {
|
||||
connectionSuite(test)
|
||||
}
|
Reference in New Issue
Block a user