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