1
0
Fork 0
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:
Casper Beyer 2021-05-19 15:33:01 +08:00 committed by Bert Belder
parent 127d938c84
commit 44cd0b1ef6
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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