mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-20 20:36:47 +00:00
landing
This commit is contained in:
8
tests/base-test.js
Normal file
8
tests/base-test.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports.all = function (test, common) {
|
||||
test('a test', function (t) {
|
||||
common.setup(test, function (err, conn) {
|
||||
t.ifError(err)
|
||||
t.end()
|
||||
})
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user