summaryrefslogtreecommitdiff
path: root/tests/testdata/coverage/no_http_coverage_data_test.ts
blob: c196e9abac4d5dfa91d5b313188a1e5d7a53ffda (plain)
1
2
3
4
5
import "http://localhost:4546/run/001_hello.js";

Deno.test("hello", () => {
  console.log("hello");
});