mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
docs(cli/dts): fix typo in TestDefinition.only
description (#10697)
This commit is contained in:
parent
127d938c84
commit
44cd0b1ef6
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>;
|
||||
name: string;
|
||||
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?: boolean;
|
||||
/** Check that the number of async completed ops after the test is the same
|
||||
|
|
Loading…
Reference in a new issue