1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

docs(cli/dts): tag test permission example as typescript (#10753)

This commit is contained in:
Casper Beyer 2021-05-25 21:01:15 +08:00 committed by Bert Belder
parent 6bbefdff39
commit 620a2e0f84
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -1269,7 +1269,7 @@ declare namespace Deno {
* }); * });
* ``` * ```
* *
* ``` * ```ts
* import { assertEquals } from "https://deno.land/std/testing/asserts.ts"; * import { assertEquals } from "https://deno.land/std/testing/asserts.ts";
* *
* Deno.test({ * Deno.test({