fix(core): update

This commit is contained in:
2021-04-28 13:41:55 +00:00
parent d8044507ed
commit 260f000304
9 changed files with 269 additions and 42 deletions

View File

@ -10,8 +10,7 @@ tap.test('should create a valid instance of SmartNetwork', async () => {
tap.test('should perform a speedtest', async () => {
const result = await testSmartNetwork.getSpeed();
// console.log(`Download speed for this instance is ${result.download.bandwidth}`);
// console.log(`Upload speed for this instance is ${result.download.bandwidth}`);
console.log(result);
});
tap.test('should determine wether a port is free', async () => {