mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
docs(cli/dts): tag test permission example as typescript (#10753)
This commit is contained in:
parent
cd4194a5e4
commit
3a2e020c8f
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";
|
||||
*
|
||||
* Deno.test({
|
||||
|
|
Loading…
Add table
Reference in a new issue