From 3a2e020c8f7538efe34ea2f7141d276c1e34a077 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 25 May 2021 21:01:15 +0800 Subject: docs(cli/dts): tag test permission example as typescript (#10753) --- cli/dts/lib.deno.unstable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.deno.unstable.d.ts') diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index c8e2f4207..0e5453554 100644 --- a/cli/dts/lib.deno.unstable.d.ts +++ b/cli/dts/lib.deno.unstable.d.ts @@ -1269,7 +1269,7 @@ declare namespace Deno { * }); * ``` * - * ``` + * ```ts * import { assertEquals } from "https://deno.land/std/testing/asserts.ts"; * * Deno.test({ -- cgit v1.2.3