fix(tests): Update CI workflows, fix tests and refresh README/package metadata

This commit is contained in:
2025-08-26 20:16:47 +00:00
parent 863adb3b8c
commit dc47bc3d2a
20 changed files with 201 additions and 125 deletions

View File

@@ -29,7 +29,7 @@ tap.test('should run the task as expected', async () => {
taskDone.resolve();
}
},
})
}),
);
myTaskManager.start();
await myTaskManager.triggerTaskByName('myTask');