frank0268
Debugging test in VSCode always breaks on line 54 of colors.ts
I filed a formal issue in the Deno VS Code extension:
https://github.com/denoland/vscode_deno/issues/896
11 replies
Debugging test in VSCode always breaks on line 54 of colors.ts
import { assertEquals } from "https://deno.land/std@0.199.0/assert/assert_equals.ts"; Deno.test("hello", () => { assertEquals("hello", "hello"); });
11 replies