docs: fix expect custom matcher global.d.ts (#12268)

This commit is contained in:
Max Schmitt 2022-02-22 20:09:52 +01:00 committed by GitHub
parent cbe075135c
commit 17a922cf5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ test('numeric ranges', () => {
For TypeScript, also add the following to `global.d.ts`. You don't need it for JavaScript.
```ts
```js js-flavor=ts
// global.d.ts
declare global {
namespace PlaywrightTest {