mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
docs(cli/dts): fix typo in TestDefinition.only
description (#10697)
This commit is contained in:
parent
beda3b028c
commit
ef5e5f5e46
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.ns.d.ts
vendored
2
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -98,7 +98,7 @@ declare namespace Deno {
|
||||||
fn: () => void | Promise<void>;
|
fn: () => void | Promise<void>;
|
||||||
name: string;
|
name: string;
|
||||||
ignore?: boolean;
|
ignore?: boolean;
|
||||||
/** If at lease one test has `only` set to true, only run tests that have
|
/** If at least one test has `only` set to true, only run tests that have
|
||||||
* `only` set to true and fail the test suite. */
|
* `only` set to true and fail the test suite. */
|
||||||
only?: boolean;
|
only?: boolean;
|
||||||
/** Check that the number of async completed ops after the test is the same
|
/** Check that the number of async completed ops after the test is the same
|
||||||
|
|
Loading…
Add table
Reference in a new issue