summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-05-25 21:01:15 +0800
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:33 +0200
commit620a2e0f8490da49512f92f44c4dec75759c567a (patch)
treeac607b477ad6f712b432acd7828ff4a79b33dab4 /cli/dts/lib.deno.unstable.d.ts
parent6bbefdff395072503677e3b11dd8cba7d59efa18 (diff)
docs(cli/dts): tag test permission example as typescript (#10753)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts2
1 files changed, 1 insertions, 1 deletions
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({