docs(reporters): fix TS example (#10723)
This commit is contained in:
parent
839117235a
commit
6aab64b02a
|
|
@ -452,7 +452,7 @@ module.exports = MyReporter;
|
||||||
```
|
```
|
||||||
|
|
||||||
```js js-flavor=ts
|
```js js-flavor=ts
|
||||||
// playwright.config.ts
|
// my-awesome-reporter.ts
|
||||||
import { Reporter } from '@playwright/test/reporter';
|
import { Reporter } from '@playwright/test/reporter';
|
||||||
|
|
||||||
class MyReporter implements Reporter {
|
class MyReporter implements Reporter {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue