1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-04-04 00:31:04 +00:00

14 lines
214 B
JavaScript
Raw Permalink Normal View History

'use strict'
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