Skip to content

Commit 64147ef

Browse files
authored
Update for_each_pair.test.ts
1 parent 566a5c9 commit 64147ef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/array/for_each_pair.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Deno.test(
1212
await test.step({
1313
name: 'Empty array',
1414
fn: () => {
15+
function dummyFunction(
16+
previousValue,
17+
currentValue
18+
) {}
19+
const dummyFunctionSpy = spy(dummyFunction);
20+
1521

1622
}
1723
})

0 commit comments

Comments
 (0)