docs(reporters): fix TS example (#10723)

This commit is contained in:
Ross Wollman 2021-12-06 09:03:25 -08:00 committed by GitHub
parent 839117235a
commit 6aab64b02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -452,7 +452,7 @@ module.exports = MyReporter;
```
```js js-flavor=ts
// playwright.config.ts
// my-awesome-reporter.ts
import { Reporter } from '@playwright/test/reporter';
class MyReporter implements Reporter {