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-07-05 17:24:50 -07:00
2022-01-27 22:07:47 +01:00
2022-06-21 19:32:15 +02:00
2022-06-10 17:34:31 -07:00
2022-06-21 19:32:15 +02:00
2021-12-08 12:49:50 -08:00
2022-02-18 18:28:03 -08:00
2022-06-03 14:26:16 -07:00