Update test.d.ts

Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
Alex Schwartz 2025-02-21 19:02:11 -05:00 committed by GitHub
parent f411c0da47
commit 90e962f250
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1842,7 +1842,7 @@ export type Metadata = { [key: string]: any };
* [TestConfig](https://playwright.dev/docs/api/class-testconfig) instead.
*/
export interface FullConfig<TestArgs = {}, WorkerArgs = {}> {
skipAfterAnyFailure: boolean;
skipAfterAnyFailure?: boolean;
/**
* List of resolved projects.