Update test.d.ts

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

View file

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