diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-05-25 21:01:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 15:01:15 +0200 |
commit | 3a2e020c8f7538efe34ea2f7141d276c1e34a077 (patch) | |
tree | 9cc6c21e5a59eaad6c4853a96753341233417ee5 | |
parent | cd4194a5e41e4750275c732bf48fcf50482e3b92 (diff) |
docs(cli/dts): tag test permission example as typescript (#10753)
-rw-r--r-- | cli/dts/lib.deno.unstable.d.ts | 2 |
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({ |