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 7d657ce commit 74407a5Copy full SHA for 74407a5
test.ts
@@ -1,4 +1,4 @@
1
-import { assertEquals } from "https://deno.land/std@0.175.0/testing/asserts.ts";
+import { assertEquals } from "https://deno.land/std@0.204.0/testing/asserts.ts";
2
import { palindrome } from "./mod.ts";
3
4
Deno.test("Palindrome, simple API.", () => {
0 commit comments