chore: add discovery example with relay and pubsub discovery (#855)

This commit is contained in:
Vasco Santos
2021-02-11 11:37:11 +01:00
committed by GitHub
parent 1af8472dc6
commit 46cb46188a
6 changed files with 208 additions and 8 deletions

View File

@ -2,10 +2,12 @@
const test1 = require('./test-1')
const test2 = require('./test-2')
const test3 = require('./test-3')
async function test () {
await test1()
await test2()
await test3()
}
module.exports = test