fix(ci/config): Improve CI workflows, update project configuration, and clean up code formatting
This commit is contained in:
@ -20,6 +20,6 @@ tap.test('should state when a ping is not alive ', async () => {
|
||||
|
||||
tap.test('should send a ping to an IP', async () => {
|
||||
await expectAsync(testSmartnetwork.ping('192.168.186.999')).property('alive').toBeFalse();
|
||||
})
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user