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 3f9f6bd commit 566a5c9Copy full SHA for 566a5c9
src/array/for_each_pair.test.ts
@@ -1,4 +1,9 @@
1
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";
7
import forEachPair from "./for_each_pair.ts";
8
9
Deno.test(
0 commit comments