chore: results of running 'npm run lint' and 'npm run build'

This commit is contained in:
Stevan Freeborn 2024-02-23 20:44:16 -06:00
parent 5f48623655
commit 8bd5cffffd

View file

@ -5586,7 +5586,7 @@ export interface PlaywrightWorkerOptions {
* - `'retain-on-failure'`: Record trace for each test, but remove all traces from successful test runs.
* - `'on-first-retry'`: Record trace only when retrying a test for the first time.
* - `'on-all-retries'`: Record traces only when retrying for all retries.
* - `'on-first-failure'`: Record trace only when the test fails for the first time.
* - `'on-first-failure'`: Record traces only when the test fails for the first time.
*
* For more control, pass an object that specifies `mode` and trace features to enable.
*
@ -7103,6 +7103,7 @@ export function mergeExpects<List extends any[]>(...expects: List): MergedExpect
export { };
/**
* The {@link APIResponseAssertions} class provides assertion methods that can be used to make assertions about the
* {@link APIResponse} in the tests.