Useful to set some options without coming up with an artificial name.
```js
test.describe(() => {
test.use({ colorScheme: 'dark' });
test('my test', () => {});
})
```
|
||
|---|---|---|
| .. | ||
| component.d.ts | ||
| expect-types.d.ts | ||
| test.d.ts | ||
| testReporter.d.ts | ||