We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d947db9 commit bb0b354Copy full SHA for bb0b354
packages/commons/tests/utils/e2eUtils.ts
@@ -93,7 +93,7 @@ export const invokeFunction = async (
93
94
const promiseFactory = (
95
index?: number,
96
- includeIndex?: boolean
+ includeIndex = true
97
): Promise<void> => {
98
// in some cases we need to send a payload without the index, i.e. idempotency tests
99
const payloadToSend = includeIndex
0 commit comments