♻️ task.priority → task.strategy #104
Annotations
4 errors
Run yarn test:
src/tasks/createTask.ts#L23
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
|
Run yarn test:
src/tasks/createTask.ts#L25
Argument of type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to parameter of type 'ScheduledTask'.
|
Run yarn test:
src/tasks/createTask.ts#L32
Type '{ priority: SchedulingStrategy; promise: Promise<void>; resolve: (value: void) => void; reject: (reason?: any) => void; }' is not assignable to type 'ScheduledTask'.
|
Run yarn test
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading