We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76662c commit 83135b6Copy full SHA for 83135b6
packages/aws-durable-execution-sdk-js-examples/src/examples/map/min-successful/map-min-successful.test.ts
@@ -8,7 +8,7 @@ createTests({
8
skipTime: false,
9
checkpointDelay: 100,
10
},
11
- tests: (runner) => {
+ tests: (runner, { assertEventSignatures }) => {
12
it("should complete early when minSuccessful is reached", async () => {
13
const execution = await runner.run();
14
const result = execution.getResult() as any;
0 commit comments