fix(tests): Update CI workflows, fix tests and refresh README/package metadata
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user