@jest/schemas
Advanced tools
+3
-1
@@ -294,3 +294,5 @@ /** | ||
| roots: TOptional<TArray<TString>>; | ||
| runner: TOptional<TString>; | ||
| runner: TOptional< | ||
| TUnion<[TString, TTuple<[TString, TRecord<TString, TUnknown>]>]> | ||
| >; | ||
| runTestsByPath: TOptional<TBoolean>; | ||
@@ -297,0 +299,0 @@ runtime: TOptional<TString>; |
+1
-1
@@ -235,3 +235,3 @@ /*! | ||
| roots: _typebox().Type.Array(_typebox().Type.String()), | ||
| runner: _typebox().Type.String(), | ||
| runner: _typebox().Type.Union([_typebox().Type.String(), _typebox().Type.Tuple([_typebox().Type.String(), _typebox().Type.Record(_typebox().Type.String(), _typebox().Type.Unknown())])]), | ||
| runTestsByPath: _typebox().Type.Boolean(), | ||
@@ -238,0 +238,0 @@ runtime: _typebox().Type.String(), |
+2
-2
| { | ||
| "name": "@jest/schemas", | ||
| "version": "30.4.0", | ||
| "version": "30.4.1", | ||
| "repository": { | ||
@@ -30,3 +30,3 @@ "type": "git", | ||
| }, | ||
| "gitHead": "5cbb21e0b3037edb42e503ec1a1ce80efad40c20" | ||
| "gitHead": "b3b4a09ed3005369dacc7466d1d2122797283785" | ||
| } |
32376
0.68%717
0.28%