Dmitry Gozman 89c16cbc8b
feat(runner): anonymous describes (#15424)
Useful to set some options without coming up with an artificial name.

```js
test.describe(() => {
  test.use({ colorScheme: 'dark' });

  test('my test', () => {});
})
```
2022-07-06 13:54:11 -07:00
..
2022-06-23 16:15:14 -07:00
2022-06-14 11:20:29 +02:00
2022-07-05 17:24:50 -07:00
2022-02-24 06:57:32 +01:00
2022-04-18 20:20:49 -07:00
2022-06-23 16:15:14 -07:00
2022-06-02 17:37:43 -07:00