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 30d5724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/file_server_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ test(async function serveDirectory(): Promise<void> {
const page = await res.text();
assert(page.includes("azure-pipelines.yml"));
assert(/<td class="mode">\([a-zA-Z-]{10}\)<\/td>/.test(page));
console.log(page)
assert(
page.includes(
`<td><a href="/azure-pipelines.yml">azure-pipelines.yml</a></td>`
Expand Down

0 comments on commit 30d5724

Please sign in to comment.