mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 15:21:26 -05:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import "http://localhost:4546/run/001_hello.js";
|
|
|
|
Deno.test("hello", () => {
|
|
console.log("hello");
|
|
});
|