import "http://localhost:4546/run/001_hello.js";

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