fix(core): update

This commit is contained in:
2021-04-28 14:27:22 +00:00
parent 9544823401
commit b29e13b162
2 changed files with 95 additions and 21 deletions

View File

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