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

@@ -16,7 +16,7 @@ tap.test('should execute task when its scheduled', async (tools) => {
taskFunction: async () => {
console.log('hi');
},
})
}),
);
testTaskRunner.addTask(
@@ -25,7 +25,7 @@ tap.test('should execute task when its scheduled', async (tools) => {
console.log('there');
done.resolve();
},
})
}),
);
await done.promise;