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:
parent
6bbefdff39
commit
620a2e0f84
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -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({
|
||||||
|
|
Loading…
Reference in a new issue