fix(core): update
This commit is contained in:
@ -19,8 +19,8 @@ tap.test('should determine wether a port is free', async () => {
|
||||
});
|
||||
|
||||
tap.test('should scan a port', async () => {
|
||||
const portscanner = new smartnetwork.PortScanner();
|
||||
expect(portscanner.checkPortStatus('google.com:80')).to.eventually.be.true;
|
||||
await expect(testSmartNetwork.isRemotePortAvailable('google.com:80')).to.eventually.be.true;
|
||||
await expect(testSmartNetwork.isRemotePortAvailable('67.207.79.63:12346')).to.eventually.be.false;
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user