diff --git a/src/Configuration.php b/src/Configuration.php index 3290bcf3..a0ee2c40 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -119,6 +119,14 @@ final readonly class Configuration return new Browser\Configuration; } + /** + * Gets the evals configuration. + */ + public function evals(): Evals\Configuration + { + return new Evals\Configuration; + } + /** * Gets the TIA (Test Impact Analysis) configuration. */