Skip to content

Commit 566a5c9

Browse files
authored
Update for_each_pair.test.ts
1 parent 3f9f6bd commit 566a5c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/array/for_each_pair.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
import { assertEquals } from "https://deno.land/std@0.203.0/assert/assert_equals.ts";
2+
import {
3+
assertSpyCall,
4+
assertSpyCalls,
5+
spy,
6+
} from "https://deno.land/std@0.214.0/testing/mock.ts";
27
import forEachPair from "./for_each_pair.ts";
38

49
Deno.test(

0 commit comments

Comments
 (0)