fix(ci/config): Improve CI workflows, update project configuration, and clean up code formatting

This commit is contained in:
2025-04-28 12:58:01 +00:00
parent db01586eb9
commit dba1855eb6
13 changed files with 292 additions and 171 deletions

View File

@ -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();