fix(core): update
This commit is contained in:
@@ -11,6 +11,8 @@ tap.test('should create a vlid instance of SmartNetwork', async () => {
|
|||||||
|
|
||||||
tap.test('should send a ping to Google', async () => {
|
tap.test('should send a ping to Google', async () => {
|
||||||
expectAsync(testSmartnetwork.ping('https://lossless.com')).toBeTrue();
|
expectAsync(testSmartnetwork.ping('https://lossless.com')).toBeTrue();
|
||||||
|
expectAsync(testSmartnetwork.ping('https://notthere.lossless.com')).toBeTrue();
|
||||||
|
expectAsync(testSmartnetwork.ping('192.168.186.999')).toBeFalse();
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
Reference in New Issue
Block a user