1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-04-02 07:41:05 +00:00

12 lines
210 B
JavaScript
Raw Normal View History

2021-02-10 21:00:40 +01:00
'use strict'
const test1 = require('./test-1')
const testMessageFiltering = require('./message-filtering/test')
async function test() {
await test1()
await testMessageFiltering()
}
module.exports = test