summaryrefslogtreecommitdiff
path: root/http/file_server_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/file_server_test.ts')
-rw-r--r--http/file_server_test.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/http/file_server_test.ts b/http/file_server_test.ts
index 201524e7b..1bd4e8160 100644
--- a/http/file_server_test.ts
+++ b/http/file_server_test.ts
@@ -59,7 +59,8 @@ test(async function serveDirectory(): Promise<void> {
assert(page.includes("azure-pipelines.yml"));
// `Deno.FileInfo` is not completely compatible with Windows yet
- // TODO: `mode` should work correctly in the future. Correct this test case accordingly.
+ // TODO: `mode` should work correctly in the future.
+ // Correct this test case accordingly.
Deno.platform.os !== "win" &&
assert(/<td class="mode">\([a-zA-Z-]{10}\)<\/td>/.test(page));
Deno.platform.os === "win" &&