We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c925a4 commit 196ab35Copy full SHA for 196ab35
registry_test.ts
@@ -66,7 +66,7 @@ Deno.test("registryPaxDenoDev", () => {
66
assert(v !== undefined);
67
68
const vAt = v.at("0.2.0");
69
- assertEquals(vAt.url, "https://pax.deno.dev/bar/foo@0.2.0/foo.ts")
+ assertEquals(vAt.url, "https://pax.deno.dev/bar/foo@0.2.0/foo.ts");
70
});
71
72
Deno.test("registryJspm", () => {
0 commit comments