We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc9132 commit 2bc5850Copy full SHA for 2bc5850
1 file changed
workspaces/extensions/plugins/catalog-backend-module-extensions/src/providers/BaseEntityProvider.test.ts
@@ -30,7 +30,7 @@ class TestEntityProvider extends BaseEntityProvider<Entity> {
30
}
31
32
const taskRunner: SchedulerServiceTaskRunner = {
33
- run: jest.fn(async ({ fn }) => fn()),
+ run: jest.fn(async ({ fn }) => fn(new AbortController().signal)),
34
};
35
36
const createEntity = (overrides?: Partial<Entity>): Entity => ({
0 commit comments