Dannie
0
Q:

deno test

123456import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
Deno.test("hello world", () => {  const x = 1 + 2;  assertEquals(x, 3);});
0

New to Communities?

Join the community