Skip to content

Commit 2bc5850

Browse files
committed
fix tsc error
1 parent abc9132 commit 2bc5850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspaces/extensions/plugins/catalog-backend-module-extensions/src/providers/BaseEntityProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TestEntityProvider extends BaseEntityProvider<Entity> {
3030
}
3131

3232
const taskRunner: SchedulerServiceTaskRunner = {
33-
run: jest.fn(async ({ fn }) => fn()),
33+
run: jest.fn(async ({ fn }) => fn(new AbortController().signal)),
3434
};
3535

3636
const createEntity = (overrides?: Partial<Entity>): Entity => ({

0 commit comments

Comments
 (0)