Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 43286dc

Browse files
committed
Fix testing
1 parent 4cc8872 commit 43286dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib_html_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { assertEquals } from "std/testing/asserts.ts";
2-
import { parseHtmlLinks } from "../lib/html.ts";
2+
import { parseHtmlLinks } from "../server/html.ts";
33

44
Deno.test("lib/html.ts: parseHtmlLinks", async () => {
55
const html = `<!DOCTYPE html>

0 commit comments

Comments
 (0)