Skip to content

Commit

Permalink
wip: add console to debug in azure. do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqingc committed May 22, 2019
1 parent eab8ebf commit 8b41053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http/file_server_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ test(async function serveDirectory(): Promise<void> {
assert(res.headers.has("access-control-allow-headers"));
const page = await res.text();
assert(page.includes("azure-pipelines.yml"));
assert(/<td class="mode">\([a-zA-Z-]{10}\)<\/td>/.test(page));
// assert(/<td class="mode">\([a-zA-Z-]{10}\)<\/td>/.test(page));
assert(/<td class="mode">\(unknown mode\)<\/td>/.test(page))
assert(
page.includes(
`<td><a href="/azure-pipelines.yml">azure-pipelines.yml</a></td>`
Expand Down

0 comments on commit 8b41053

Please sign in to comment.