mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-24 20:01:49 +00:00
add README
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, pr) {
|
||||
t.plan(1)
|
||||
t.ifError(err)
|
||||
})
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user