mirror of
https://github.com/denoland/deno.git
synced 2025-07-25 06:04:02 +00:00
feat: deno test --filter (#4570)
This commit is contained in:
parent
ff0b32f81d
commit
c738797944
6 changed files with 325 additions and 289 deletions
2
cli/js/lib.deno.ns.d.ts
vendored
2
cli/js/lib.deno.ns.d.ts
vendored
|
@ -120,7 +120,7 @@ declare namespace Deno {
|
|||
failFast?: boolean;
|
||||
/** String or RegExp used to filter test to run. Only test with names
|
||||
* matching provided `String` or `RegExp` will be run. */
|
||||
only?: string | RegExp;
|
||||
filter?: string | RegExp;
|
||||
/** String or RegExp used to skip tests to run. Tests with names
|
||||
* matching provided `String` or `RegExp` will not be run. */
|
||||
skip?: string | RegExp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue