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 9449c10 commit ffd063fCopy full SHA for ffd063f
src/array/remove_duplicates.test.ts
@@ -1,5 +1,5 @@
1
import { assertEquals } from "https://deno.land/std@0.203.0/assert/assert_equals.ts";
2
-import removeDuplicates from "../format./array/remove_duplicates.ts";
+import removeDuplicates from "./remove_duplicates.ts";
3
4
Deno.test(
5
'Remove duplicates from array.',
0 commit comments